Documentation ¶
Overview ¶
Common code for backing up datastore entities.
At the time of this writing there is a cloud golang client, but it is ugly, filled with default named types such as GoogleDatastoreAdminV1beta1ExportEntitiesRequest, which I presume will change before leaving beta. We can update to the cloud golang client once it leaves beta.
Index ¶
Constants ¶
View Source
const (
URL = "https://datastore.googleapis.com/v1beta1/projects/%s:export"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntityFilter ¶
type Request ¶
type Request struct { OutputUrlPrefix string `json:"outputUrlPrefix"` EntityFilter EntityFilter `json:"entityFilter"` }
Click to show internal directories.
Click to hide internal directories.