Documentation ¶
Overview ¶
Package gcd provides helpful functions to work with Google Cloud DataStore.
Index ¶
- func DropKind(ctx context.Context, kind string) error
- func GetKeys(ctx context.Context, kind string) ([]*datastore.Key, error)
- func MustGetAll(ctx context.Context, query *datastore.Query, data interface{}) []*datastore.Key
- func MustPut(ctx context.Context, key *datastore.Key, src interface{}) *datastore.Key
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGetAll ¶
MustGetAll wrapper for GetAll method which may panic.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.