| 247 | type UserID string |
| 248 | |
| 249 | type authContextKey struct{} |
| 250 | |
| 251 | // NOTE: This will only work in handlers that use the toHandleFunc wrapper. |
| 252 | func (s *server) getUserID(ctx context.Context) (UserID, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected