base

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCodec

func RegisterCodec(codec *codec.Codec)

Types

type Document

type Document struct {
	ID ids.ID `json:"id" valid:"required~required field id is missing"`
	Immutables
	Mutables //nolint:govet
}

func (Document) GetClassificationID

func (document Document) GetClassificationID() ids.ID

func (Document) GetID

func (document Document) GetID() ids.ID

func (Document) GetProperty

func (document Document) GetProperty(propertyID ids.PropertyID) properties.Property

func (Document) Mutate

func (document Document) Mutate(propertyList ...properties.Property) qualified.Document

TODO write test case

type Immutables

type Immutables struct {
	lists.PropertyList
}

func (Immutables) GenerateHashID

func (immutables Immutables) GenerateHashID() ids.ID

func (Immutables) GetImmutablePropertyList

func (immutables Immutables) GetImmutablePropertyList() lists.PropertyList

TODO write test case

type Mutables

type Mutables struct {
	lists.PropertyList
}

func (Mutables) GetMutablePropertyList

func (mutables Mutables) GetMutablePropertyList() lists.PropertyList

func (Mutables) Mutate

func (mutables Mutables) Mutate(propertyList ...properties.Property) qualified.Mutables

Jump to

Keyboard shortcuts

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