instances

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteInstanceFn added in v1.0.21

type DeleteInstanceFn func(id string) error

type GetInstanceFn added in v1.0.21

type GetInstanceFn func(id string, dest any) (bool, error)

type QueryInstanceFn added in v1.0.21

type QueryInstanceFn func(query et.Json) (et.Items, error)

type SetInstanceFn added in v1.0.21

type SetInstanceFn func(id, tag string, obj any) error

type Store

type Store interface {
	Set(id, tag string, obj any) error
	Get(id string, dest any) (bool, error)
	Delete(id string) error
	Query(query et.Json) (et.Items, error)
}

Jump to

Keyboard shortcuts

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