store

package
v0.1.16 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2025 License: MIT Imports: 13 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New added in v0.1.0

func New(fn ...ConfigFn) data.Store

Types

type AuthProvider added in v0.1.15

type AuthProvider interface {
	data.AuthProvider
}

func NewAuthProvider added in v0.1.15

func NewAuthProvider() AuthProvider

type ConfigFn added in v0.1.0

type ConfigFn func(*Store)

func CommunicateOverNats added in v0.1.0

func CommunicateOverNats(address string) ConfigFn

func NotifyOverNats added in v0.1.0

func NotifyOverNats(address string) ConfigFn

func PersistOverNats added in v0.1.0

func PersistOverNats(address string) ConfigFn

func PersistOverPostgres added in v0.1.0

func PersistOverPostgres(address string) ConfigFn

type FieldAuthorizer added in v0.1.5

type FieldAuthorizer interface {
	data.FieldAuthorizer
}

func NewFieldAuthorizer added in v0.1.5

func NewFieldAuthorizer(accessorId string, store data.Store) FieldAuthorizer

type MultiConnector added in v0.1.0

type MultiConnector interface {
	data.Connector
	AddConnector(connector data.Connector)
}

func NewMultiConnector added in v0.1.0

func NewMultiConnector() MultiConnector

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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