Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Object ¶
type Objects ¶ added in v1.0.1
type Objects struct {
Key string `json:"key"`
Ok bool `json:"ok"`
Count int `json:"count"`
Objects map[string]Object `json:"objects"`
}
func NewObjects ¶ added in v1.0.1
* * NewObjects * @return *Objects *
Click to show internal directories.
Click to hide internal directories.