Documentation ¶
Index ¶
- type FireStore
- func (s *FireStore) Close() error
- func (s *FireStore) Create(ctx context.Context, col datastore.Collection, id string, entity interface{}) error
- func (s *FireStore) Find(ctx context.Context, col datastore.Collection, opts datastore.ListOptions) (datastore.Iterator, error)
- func (s *FireStore) Get(ctx context.Context, col datastore.Collection, id string, v interface{}) error
- func (s *FireStore) Update(ctx context.Context, col datastore.Collection, id string, ...) error
- type Iterator
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FireStore ¶
type FireStore struct {
// contains filtered or unexported fields
}
func NewFireStore ¶
func (*FireStore) Find ¶
func (s *FireStore) Find(ctx context.Context, col datastore.Collection, opts datastore.ListOptions) (datastore.Iterator, error)
Click to show internal directories.
Click to hide internal directories.