Documentation
¶
Index ¶
Constants ¶
View Source
const (
FormatBbolt = "bbolt"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterNodes ¶
func RegisterNodes()
Types ¶
type JsonDef ¶
type JsonDef struct { Name string Fields []JsonFieldDef }
JsonDef is used by the json template file.
type JsonFieldDef ¶
type MetadataDef ¶
type MetadataDef struct { DomainName string RootBucket string Buckets []MetadataKeyDef NewConvStruct string }
MetadataDef is used by the const template file.
func (MetadataDef) Validate ¶
func (m MetadataDef) Validate() error
Click to show internal directories.
Click to hide internal directories.