Documentation
¶
Overview ¶
Package datastore specifies and implements the datastore required by the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { model.LocaleStorer model.ProjectStorer model.ProjectLocaleStorer model.UserStorer model.ProjectUserStorer model.ProjectClientStorer Ping() error Close() error }
Store is the interface that datastores must implement.
Click to show internal directories.
Click to hide internal directories.