Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonKoanfer ¶
type JsonKoanfer struct {
// contains filtered or unexported fields
}
func NewKoanfer ¶
func NewKoanfer(path string) (r *JsonKoanfer, err error)
func (*JsonKoanfer) Load ¶
func (that *JsonKoanfer) Load(obj interface{}) (err error)
func (*JsonKoanfer) Save ¶
func (that *JsonKoanfer) Save(obj interface{}) (err error)
Click to show internal directories.
Click to hide internal directories.