admin represents an admin user with privileges.
| 27 | |
| 28 | // admin represents an admin user with privileges. |
| 29 | type admin struct { |
| 30 | user |
| 31 | level string |
| 32 | } |
| 33 | |
| 34 | // main is the entry point for the application. |
| 35 | func main() { |
nothing calls this directly
no outgoing calls
no test coverage detected