Documentation
¶
Index ¶
- func JoinPath(path []Path) string
- type Path
- type PathType
- type Storage
- func (s *Storage) Copy() *Storage
- func (s *Storage) Data() map[string]string
- func (s *Storage) Get(key string) string
- func (s *Storage) Has(key string) bool
- func (s *Storage) Keys() []string
- func (s *Storage) Set(key, val string) error
- func (s *Storage) SubKeys(key string, recursive bool) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage stores data in the properties format.
Click to show internal directories.
Click to hide internal directories.