addon

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	empty.Store
}

func (*Store) ByID

func (a *Store) ByID(_ *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error)

func (*Store) Create

func (a *Store) Create(apiOp *types.APIRequest, schema *types.APISchema, data types.APIObject) (types.APIObject, error)

func (*Store) Delete

func (a *Store) Delete(_ *types.APIRequest, _ *types.APISchema, id string) (types.APIObject, error)

func (*Store) List

func (a *Store) List(_ *types.APIRequest, schema *types.APISchema) (types.APIObjectList, error)

func (*Store) Update

func (a *Store) Update(apiOp *types.APIRequest, schema *types.APISchema, data types.APIObject, id string) (types.APIObject, error)

func (*Store) Watch

func (a *Store) Watch(apiOp *types.APIRequest, schema *types.APISchema, _ types.WatchRequest) (chan types.APIEvent, error)

Jump to

Keyboard shortcuts

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