Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultScope = "default"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureMap ¶
type FeatureMap struct {
Dcdr Root `json:"dcdr"`
}
func EmptyFeatureMap ¶
func EmptyFeatureMap() (fm *FeatureMap)
func NewFeatureMap ¶
func NewFeatureMap(bts []byte) (*FeatureMap, error)
func (*FeatureMap) ToJSON ¶
func (fm *FeatureMap) ToJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.