admin represents an admin user with privileges.
| 28 | |
| 29 | // admin represents an admin user with privileges. |
| 30 | type admin struct { |
| 31 | user |
| 32 | level string |
| 33 | } |
| 34 | |
| 35 | // notify implements a method that can be called via |
| 36 | // a value of type Admin. |
nothing calls this directly
no outgoing calls
no test coverage detected