Documentation
¶
Overview ¶
This file contains general helpers for interacting with a slice of local store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeexpandTilde ¶
DeexpandTilde takes a path and if it is in the home directory, it will replace it with a ~.
func ExpandTilde ¶
ExpandTilde takes a path and if it starts with a ~, it will replace it with the home directory.
func ReadFromGlobalStore ¶
ReadDataFromGlobalStore reads the data from the global store.
func RegisterTypes ¶
func RegisterTypes(impls ...interface{})
RegisterTypes registers the types that are going to be stored in the local store.
func WriteToGlobalStore ¶
WriteDataToGlobalStore writes the data to the global store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.