Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LastContext ¶
type LastContext struct {
// contains filtered or unexported fields
}
func NewStateReaderWriter ¶
func NewStateReaderWriter(rw stateReaderWriter) *LastContext
func (*LastContext) ReadLastContextDisplayName ¶
func (lc *LastContext) ReadLastContextDisplayName() string
func (*LastContext) ReadLastContextId ¶
func (lc *LastContext) ReadLastContextId() string
func (*LastContext) WriteLastContext ¶
func (lc *LastContext) WriteLastContext(id string, name string)
type ViperAdapter ¶
func (*ViperAdapter) Read ¶
func (v *ViperAdapter) Read(key string) string
func (*ViperAdapter) Write ¶
func (v *ViperAdapter) Write(key, value string)
Click to show internal directories.
Click to hide internal directories.