Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
AppId string `bson:"appId" json:"appId"`
Name string `bson:"name" json:"name"`
Description string `bson:"description" json:"description"`
Origin string `bson:"origin" json:"origin"`
AllowSelfSignup bool `bson:"allowSelfSignup" json:"allowSelfSignup"`
CreatedAt time.Time `bson:"createdAt" json:"createdAt"`
}
type Apps ¶ added in v1.1.0
type Apps struct {
// contains filtered or unexported fields
}
func (*Apps) CreateNewApp ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.