Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datastore ¶
type Datastore struct {
ID string
Cache *scache.Config
*datastore.Reference
L2 *datastore.Reference
Storable string
Fields []*storable.Field
}
Datastore represents datastore
func (*Datastore) FieldsDescriptor ¶
FieldsDescriptor sets field descriptors
type DatastoreList ¶
type DatastoreList struct {
Connections []*datastore.Connection
Datastores []*Datastore
}
DatastoreList represents datastore list
func (*DatastoreList) Validate ¶
func (d *DatastoreList) Validate() error
Validate checks if datastore list is valid
Click to show internal directories.
Click to hide internal directories.