Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Organization ¶
type Organization struct { model.BaseEntity Company string `json:"-"` Title string `json:"title"` Message string `json:"message"` Domain string `json:"domain"` Email string `json:"email"` AllowAnonymousAccess bool `json:"allowAnonymousAccess"` AuthProvider string `json:"authProvider"` AuthConfig string `json:"authConfig"` ConversionEndpoint string `json:"conversionEndpoint"` MaxTags int `json:"maxTags"` Serial string `json:"-"` Active bool `json:"-"` }
Organization defines a company that uses this app.
type SiteMeta ¶
type SiteMeta struct { OrgID string `json:"orgId"` Title string `json:"title"` Message string `json:"message"` URL string `json:"url"` AllowAnonymousAccess bool `json:"allowAnonymousAccess"` AuthProvider string `json:"authProvider"` AuthConfig string `json:"authConfig"` Version string `json:"version"` MaxTags int `json:"maxTags"` Edition string `json:"edition"` Valid bool `json:"valid"` ConversionEndpoint string `json:"conversionEndpoint"` }
SiteMeta holds information associated with an Organization.
Click to show internal directories.
Click to hide internal directories.