Documentation ¶
Index ¶
Constants ¶
View Source
const (
GullyCollection = "gullys"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gully ¶
type Gully struct { db.BaseModel `bson:",inline"` User string `json:"user" bson:"user"` Organization string `json:"org" bson:"org"` AppName string `json:"app_name" bson:"app_name"` Data map[string]interface{} `json:"data" bson:"data" required:"true"` Ident string `json:"ident" bson:"ident" required:"true"` }
Click to show internal directories.
Click to hide internal directories.