Documentation ¶ Index ¶ Constants type Keychain func NewKeychain() *Keychain func (k *Keychain) Delete(key string) error func (k *Keychain) Get(key string) (string, error) func (k *Keychain) Insert(key string, value string) error func (k *Keychain) Upsert(key string, value string) error Constants ¶ View Source const SERVICE_NAME = "morpheus-proxy-router" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Keychain ¶ type Keychain struct { // contains filtered or unexported fields } func NewKeychain ¶ func NewKeychain() *Keychain func (*Keychain) Delete ¶ func (k *Keychain) Delete(key string) error func (*Keychain) Get ¶ func (k *Keychain) Get(key string) (string, error) func (*Keychain) Insert ¶ func (k *Keychain) Insert(key string, value string) error func (*Keychain) Upsert ¶ func (k *Keychain) Upsert(key string, value string) error Source Files ¶ View all Source files keychain.go Click to show internal directories. Click to hide internal directories.