meta

package
v1.5.17 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Meta

type Meta struct {
	Name        string
	Description string
	Default     string
	Type        reflect.Type
	Index       []int
	Fields      []*Meta
	// contains filtered or unexported fields
}

func New

func New(v server.Plugin) (*Meta, error)

New creates a new metadata object from a structure

func (*Meta) Get added in v1.5.15

func (m *Meta) Get(label string) *Meta

Get a metadata field by name

func (*Meta) Label added in v1.5.15

func (m *Meta) Label() string

Return the label

func (*Meta) New

func (m *Meta) New() server.Plugin

Create a new plugin instance and set default values, then validate any required fields

func (*Meta) String

func (m *Meta) String() string

func (*Meta) Write

func (m *Meta) Write(w io.Writer) error

Jump to

Keyboard shortcuts

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