Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrganisationModel ¶
type OrganisationModel struct {
ID int `json:"id"`
Name string `json:"name"`
FeatureAnalytics bool `json:"feature_analytics"`
StopServingFlags bool `json:"stop_serving_flags"`
PersistTraitData bool `json:"persist_trait_data"`
}
func (*OrganisationModel) UniqueSlug ¶
func (om *OrganisationModel) UniqueSlug() string
Click to show internal directories.
Click to hide internal directories.