Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalStateType ¶
var GlobalState *GlobalStateType
func NewGlobalState ¶
func NewGlobalState(path string) (*GlobalStateType, error)
Create new object with data if file exists or Create json file and return object if doesn't exists
func (*GlobalStateType) Delete ¶
func (state *GlobalStateType) Delete() error
func (*GlobalStateType) Write ¶
func (state *GlobalStateType) Write() error
Click to show internal directories.
Click to hide internal directories.