Documentation ¶
Overview ¶
Package storage defines storage interfaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeySets ¶
type KeySets interface { // Get returns the keyset for a given domain and app. // instance supports hosting multiple usermanager servers on the same infrastructure. Get(ctx context.Context, instance int64, domainID, appID string) (*tpb.KeySet, error) // Set saves a keyset. Set(ctx context.Context, instance int64, domainID, appID string, k *tpb.KeySet) error }
KeySets gets and sets keysets.
Click to show internal directories.
Click to hide internal directories.