Documentation ¶
Index ¶
- type MemStore
- func (s *MemStore) Clear()
- func (s *MemStore) Exists(key string) bool
- func (s *MemStore) GetAll(pattern string) map[string]string
- func (s *MemStore) GetAllValues(pattern string) []string
- func (s *MemStore) GetValue(key string) string
- func (s *MemStore) List(filePath string) []string
- func (s *MemStore) Set(key, value string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemStore ¶
type MemStore struct { FuncMap map[string]interface{} sync.RWMutex // contains filtered or unexported fields }
func NewMemStore ¶
func NewMemStore() *MemStore
func (*MemStore) GetAllValues ¶
Click to show internal directories.
Click to hide internal directories.