metadata

package
v0.0.0-...-ed34e12 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMetadataBuilder

func NewMetadataBuilder() *metadataBuilder

Types

type MetadataBuilderIfc

type MetadataBuilderIfc interface {
	// Our own interface
	Set(name, value string) *metadataBuilder
	GetMetadata() *metadata
}

type MetadataIfc

type MetadataIfc interface {
	// Return true if the Metadata has ALL of the named values, else false
	Has(names ...string) bool
	Get(name string) *string

	// Return a list of all names in the Metadata
	GetNames() []string
}

Immutable Metadata DTO

Jump to

Keyboard shortcuts

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