Documentation ¶
Index ¶
- func New() (v1.KvStoreServer, error)
- func NewWithClient(client *firestore.Client) (v1.KvStoreServer, error)
- type FirestoreDocService
- func (s *FirestoreDocService) DeleteKey(ctx context.Context, req *v1.KvStoreDeleteKeyRequest) (*v1.KvStoreDeleteKeyResponse, error)
- func (s *FirestoreDocService) GetValue(ctx context.Context, req *v1.KvStoreGetValueRequest) (*v1.KvStoreGetValueResponse, error)
- func (s *FirestoreDocService) ScanKeys(req *v1.KvStoreScanKeysRequest, stream v1.KvStore_ScanKeysServer) error
- func (s *FirestoreDocService) SetValue(ctx context.Context, req *v1.KvStoreSetValueRequest) (*v1.KvStoreSetValueResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (v1.KvStoreServer, error)
func NewWithClient ¶
func NewWithClient(client *firestore.Client) (v1.KvStoreServer, error)
Types ¶
type FirestoreDocService ¶
type FirestoreDocService struct {
// contains filtered or unexported fields
}
func (*FirestoreDocService) DeleteKey ¶
func (s *FirestoreDocService) DeleteKey(ctx context.Context, req *v1.KvStoreDeleteKeyRequest) (*v1.KvStoreDeleteKeyResponse, error)
func (*FirestoreDocService) GetValue ¶
func (s *FirestoreDocService) GetValue(ctx context.Context, req *v1.KvStoreGetValueRequest) (*v1.KvStoreGetValueResponse, error)
func (*FirestoreDocService) ScanKeys ¶
func (s *FirestoreDocService) ScanKeys(req *v1.KvStoreScanKeysRequest, stream v1.KvStore_ScanKeysServer) error
func (*FirestoreDocService) SetValue ¶
func (s *FirestoreDocService) SetValue(ctx context.Context, req *v1.KvStoreSetValueRequest) (*v1.KvStoreSetValueResponse, error)
Click to show internal directories.
Click to hide internal directories.