state

package
v0.0.0-...-c1f6c63 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2022 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlreadyExistsError

type AlreadyExistsError struct {
	Idx string
}

func (*AlreadyExistsError) Error

func (e *AlreadyExistsError) Error() string

type ModuleNotFoundError

type ModuleNotFoundError struct {
	Path string
}

func (*ModuleNotFoundError) Error

func (e *ModuleNotFoundError) Error() string

type NoSchemaError

type NoSchemaError struct{}

func (*NoSchemaError) Error

func (e *NoSchemaError) Error() string

type StateStore

type StateStore struct {
	// contains filtered or unexported fields
}

func NewStateStore

func NewStateStore() (*StateStore, error)

func (*StateStore) SetLogger

func (s *StateStore) SetLogger(logger *log.Logger)

type StringerFieldIndexer

type StringerFieldIndexer struct {
	Field string
}

func (*StringerFieldIndexer) FromArgs

func (s *StringerFieldIndexer) FromArgs(args ...interface{}) ([]byte, error)

func (*StringerFieldIndexer) FromObject

func (s *StringerFieldIndexer) FromObject(obj interface{}) (bool, []byte, error)

func (*StringerFieldIndexer) PrefixFromArgs

func (s *StringerFieldIndexer) PrefixFromArgs(args ...interface{}) ([]byte, error)

type VersionFieldIndexer

type VersionFieldIndexer struct {
	Field string
}

func (*VersionFieldIndexer) FromArgs

func (s *VersionFieldIndexer) FromArgs(args ...interface{}) ([]byte, error)

func (*VersionFieldIndexer) FromObject

func (s *VersionFieldIndexer) FromObject(obj interface{}) (bool, []byte, error)

func (*VersionFieldIndexer) PrefixFromArgs

func (s *VersionFieldIndexer) PrefixFromArgs(args ...interface{}) ([]byte, error)

Jump to

Keyboard shortcuts

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