store

package
v1.21.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOption

type CreateOption struct{}

type CreteOptions

type CreteOptions interface {
	Apply(*CreateOption)
}

type DeleteOption

type DeleteOption struct{}

type DeleteOptions

type DeleteOptions interface {
	Apply(*DeleteOption)
}

type EntityObject

type EntityObject interface {
	Store() string
	Kind() string
}

type EntityObjectList

type EntityObjectList interface {
	Store() string
	Kind() string
}

type ListOption

type ListOption struct{}

type ListOptions

type ListOptions interface {
	Apply(*ListOption)
}

type RetrieveOption

type RetrieveOption struct{}

type RetrieveOptions

type RetrieveOptions interface {
	Apply(*RetrieveOption)
}

type StoreKind

type StoreKind string

type UpdateOption

type UpdateOption struct{}

type UpdateOptions

type UpdateOptions interface {
	Apply(*UpdateOption)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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