firestore

package
v1.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 13 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFirestoreStateStore

func NewFirestoreStateStore(logger logger.Logger) state.Store

Types

type Firestore

type Firestore struct {
	state.BulkStore
	// contains filtered or unexported fields
}

Firestore State Store.

func (*Firestore) Close added in v1.12.0

func (f *Firestore) Close() error

func (*Firestore) Delete

func (f *Firestore) Delete(ctx context.Context, req *state.DeleteRequest) error

Delete performs a delete operation.

func (*Firestore) Features added in v1.1.1

func (f *Firestore) Features() []state.Feature

Features returns the features available in this state store.

func (*Firestore) Get

Get retrieves state from Firestore with a key (Always strong consistency).

func (*Firestore) GetComponentMetadata added in v1.10.1

func (f *Firestore) GetComponentMetadata() (metadataInfo metadata.MetadataMap)

func (*Firestore) Init

func (f *Firestore) Init(ctx context.Context, metadata state.Metadata) error

Init does metadata and connection parsing.

func (*Firestore) Set

func (f *Firestore) Set(ctx context.Context, req *state.SetRequest) error

Set saves state into Firestore.

type StateEntity

type StateEntity struct {
	Value string
}

type StateEntityNoIndex added in v1.10.1

type StateEntityNoIndex struct {
	Value string `datastore:",noindex"`
}

Jump to

Keyboard shortcuts

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