store

package
v2.0.0-...-73bef05 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(m model.Model) (bool, error)

Create deprecated

func Delete

func Delete(m model.Model) (bool, error)

Delete deprecated

func Get

func Get(m model.Model) (bool, error)

Get deprecated

func Init

func Init()

func Update

func Update(m model.Model) (bool, error)

Update deprecated

Types

type Store

type Store interface {
	Create(m model.Model) (bool, error)
	Update(m model.Model) (bool, error)
	Delete(m model.Model) (bool, error)
	Get(m model.Model) (bool, error)
}

Jump to

Keyboard shortcuts

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