Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSingleton ¶
func GetSingleton() abstract.FeatureSetDAOProvider
GetSingleton ... get an instance of the dao backend
Types ¶
type Feature ¶
type Feature struct { Name string `json:"name,omitempty"` Value string `json:"value,omitempty"` DataType string `json:"data-type,omitempty"` }
Feature ... a named variable with a data type
type FeatureSet ¶
type FeatureSet struct { Name string `json:"name,omitempty"` InsertedAt time.Time `json:"inserted_at,omitempty"` Version string `json:"version,omitempty"` Features []Feature `json:"features,omitempty"` Description string `json:"description,omitempty"` Labels map[string]string `json:"labels,omitempty"` }
FeatureSet ... a versioned set of features
Click to show internal directories.
Click to hide internal directories.