Documentation ¶
Index ¶
- Variables
- func RegionFromZone(zone string) string
- type Datastore
- func (s *Datastore) AtomicDelete(key string, previous *cloud.KVPair) (bool, error)
- func (s *Datastore) AtomicPut(key string, value []byte, previous *cloud.KVPair, options *cloud.WriteOptions) (bool, *cloud.KVPair, error)
- func (s *Datastore) Delete(key string) error
- func (s *Datastore) Exists(key string) (bool, error)
- func (s *Datastore) Get(key string) (*cloud.KVPair, error)
- func (s *Datastore) ListKeys(start string) ([]string, error)
- func (s *Datastore) Put(key string, value []byte, options *cloud.WriteOptions) error
- type Entity
- type GcsStore
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegionFromZone ¶
Types ¶
type Datastore ¶
type Datastore struct {
// contains filtered or unexported fields
}
func NewDatastore ¶
func (*Datastore) AtomicDelete ¶
type GcsStore ¶
type GcsStore struct {
// contains filtered or unexported fields
}
func NewGcsStore ¶
Click to show internal directories.
Click to hide internal directories.