Documentation
¶
Index ¶
- Variables
- type Condition
- type Document
- type FireStore
- func (f *FireStore) AtomicAdd(ctx context.Context, path, field string, amount any) error
- func (f *FireStore) Create(ctx context.Context, path string, data map[string]any) error
- func (f *FireStore) Delete(ctx context.Context, path string) error
- func (f *FireStore) Get(ctx context.Context, path string) (map[string]any, error)
- func (f *FireStore) List(ctx context.Context, path string, condition *Condition) ([]*Document, error)
- func (f *FireStore) RawCollectionRef(ctx context.Context, path string) (*firestore.CollectionRef, error)
- func (f *FireStore) Set(ctx context.Context, path string, data map[string]any) error
- type Option
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.