(ctx context.Context, user params.NewUserParams)
| 87 | GetAdminUser(ctx context.Context) (params.User, error) |
| 88 | |
| 89 | CreateUser(ctx context.Context, user params.NewUserParams) (params.User, error) |
| 90 | UpdateUser(ctx context.Context, user string, param params.UpdateUserParams) (params.User, error) |
| 91 | HasAdminUser(ctx context.Context) bool |
| 92 | } |
no outgoing calls