(ctx context.Context)
| 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 | } |
| 93 | |
| 94 | type InstanceStore interface { |
no outgoing calls