Add note info stuff to debug server. Also docs
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Melody Becker 2025-04-08 16:33:47 +02:00
parent 9990a205d8
commit 671d18d2ba
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
4 changed files with 51 additions and 3 deletions

View file

@ -39,7 +39,7 @@ type User struct {
}
// Compiler assertations for interface implementations
var _ shared.Santisable = &User{}
var _ shared.Sanitisable = &User{}
var _ shared.Clonable = &User{}
func (u *User) Sanitize() {