Discover Packages
github.com/lvan100/go-conf
internal
conf
store
package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Oct 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
JoinPath joins all path elements into a single path.
OrderedMapKeys returns the keys of the map m in sorted order.
SplitPath splits key into individual path elements.
Storage is a key-value store that verifies the format of the key.
Copy returns a new copy of the storage.
Data returns the data of the storage.
Get returns the value of the key, and false if the key does not exist.
Has returns whether the key exists.
Keys returns the sorted keys of the storage.
Set stores the value of the key.
SubKeys returns the sorted sub keys of the key.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.