firestore_service

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func NewWithClient

func NewWithClient(client *firestore.Client) (document.DocumentService, error)

Types

type FirestoreDocService

type FirestoreDocService struct {
	document.UnimplementedDocumentPlugin
	// contains filtered or unexported fields
}

func (*FirestoreDocService) Delete

func (s *FirestoreDocService) Delete(ctx context.Context, key *document.Key) error

func (*FirestoreDocService) Get

func (*FirestoreDocService) Query

func (s *FirestoreDocService) Query(ctx context.Context, collection *document.Collection, expressions []document.QueryExpression, limit int, pagingToken map[string]string) (*document.QueryResult, error)

func (*FirestoreDocService) QueryStream

func (s *FirestoreDocService) QueryStream(ctx context.Context, collection *document.Collection, expressions []document.QueryExpression, limit int) document.DocumentIterator

func (*FirestoreDocService) Set

func (s *FirestoreDocService) Set(ctx context.Context, key *document.Key, value map[string]interface{}) error

Jump to

Keyboard shortcuts

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