@@ -20,10 +20,10 @@ func md5Hex(in string) string {
type AuthMethod int
const (
// basic authentication method
// Basic authentication method
Basic AuthMethod = iota
// digest authentication method
// Digest authentication method
Digest
)
The note is not visible to the blocked user.