Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialsStoreFactory ¶
type CredentialsStoreFactory struct {
// contains filtered or unexported fields
}
func NewCredentialsStoreFactory ¶
func NewCredentialsStoreFactory() *CredentialsStoreFactory
func (*CredentialsStoreFactory) Get ¶
func (f *CredentialsStoreFactory) Get(id string) (repository.CredentialsStorer, error)
func (*CredentialsStoreFactory) Register ¶
func (f *CredentialsStoreFactory) Register(id string, store repository.CredentialsStorer) error
Click to show internal directories.
Click to hide internal directories.