Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractStore ¶
type AbstractStore struct {
// contains filtered or unexported fields
}
func (*AbstractStore) Lookup ¶
func (s *AbstractStore) Lookup(identity string, identifier string) ([]string, errors.HTTPWrappedError)
Lookup does a basic
type FileStore ¶
type FileStore struct {
// contains filtered or unexported fields
}
type PropsdStore ¶
type PropsdStore struct {
// contains filtered or unexported fields
}
func (*PropsdStore) Load ¶
func (s *PropsdStore) Load()
func (*PropsdStore) Lookup ¶
func (s *PropsdStore) Lookup(identity string, identifier string) ([]string, err.HTTPWrappedError)
func (*PropsdStore) Path ¶
func (s *PropsdStore) Path() string
type Store ¶
type Store interface { Load() Path() string Lookup(identity string, identifier string) ([]string, errors.HTTPWrappedError) }
func NewFileStore ¶
func NewPropsdStore ¶
type StoreFactory ¶
Click to show internal directories.
Click to hide internal directories.