iformat

package
v0.1.59 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2025 License: GPL-3.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Format

type Format interface {
	GetPrefix() string
	GetVersion() string
	GetCategory() string
	GetType() string
	GetKind() string
	GetGroup() string
	GetName() string
	GetField() string
	Shift() Format
	GetUUID() uuid.UUID
	ToString() string
	ToStringWithOpts(opts *ToStringOpts) string
	ToStringWithUUID() string
	Compliant() bool
	IsValid() bool
	ToBytes() []byte
}

type ToStringOpts added in v0.1.56

type ToStringOpts struct {
	IncludeUUID      bool
	ExcludeCategory  bool
	AddTrailingSlash bool
	AddPrefixSlash   bool
}

Jump to

Keyboard shortcuts

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