Documentation ¶
Index ¶
- func AddLink(link *Link, obj ModelObj)
- func AddLinkSet(linkSet *(map[string]Link), obj ModelObj) error
- func DeleteObj(objType, objKey string) error
- func ReadAllObj(objType string) ([]string, error)
- func ReadObj(objType, objKey string, retVal interface{}) error
- func RemoveLink(link *Link, obj ModelObj)
- func RemoveLinkSet(linkSet *(map[string]Link), obj ModelObj) error
- func WriteObj(objType, objKey string, value interface{}) error
- type Link
- type ModelObj
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLinkSet ¶
Add a link into linkset. initialize the linkset if required
func ReadAllObj ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.