nodes

package
v0.0.0-...-05cc1f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2024 License: BSD-3-Clause Imports: 14 Imported by: 0

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 JsonFieldDef struct {
	Name string
	Type string
	Tag  string
}

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

type MetadataKeyDef

type MetadataKeyDef struct {
	DomainName string
	BoltName   string
	Ft         string
	Flags      enc.Flags
	Leaf       bool
	// contains filtered or unexported fields
}

func (MetadataKeyDef) IsAutoInc

func (d MetadataKeyDef) IsAutoInc() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL