Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶
IsNotFound returns if the error is a datastore 404.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a wrapper around the datastore client. It should contain specific functions for this api.
func (Client) Close ¶
func (c Client) Close()
Close will close the connection to datastore. Call this on program exit.
Click to show internal directories.
Click to hide internal directories.