Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements the RESTStorage interface in terms of an Registry.
type Registry ¶
type Registry interface { GetUserIdentityMapping(name string) (*api.UserIdentityMapping, error) // CreateOrUpdateUserIdentityMapping creates or updates the mapping between an // identity and a user. CreateOrUpdateUserIdentityMapping(mapping *api.UserIdentityMapping) (*api.UserIdentityMapping, bool, error) }
Registry is an interface for things that know how to store Identity objects.
Click to show internal directories.
Click to hide internal directories.