Documentation
¶
Index ¶
- Variables
- func NewBulkDeleteCommand(clients *shared.ClientFactory) *cobra.Command
- func NewBulkGetCommand(clients *shared.ClientFactory) *cobra.Command
- func NewBulkPutCommand(clients *shared.ClientFactory) *cobra.Command
- func NewCommand(clients *shared.ClientFactory) *cobra.Command
- func NewCountCommand(clients *shared.ClientFactory) *cobra.Command
- func NewDeleteCommand(clients *shared.ClientFactory) *cobra.Command
- func NewGetCommand(clients *shared.ClientFactory) *cobra.Command
- func NewPutCommand(clients *shared.ClientFactory) *cobra.Command
- func NewQueryCommand(clients *shared.ClientFactory) *cobra.Command
- func NewUpdateCommand(clients *shared.ClientFactory) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var BulkDelete = datastore.BulkDelete
View Source
var BulkGet = datastore.BulkGet
View Source
var BulkPut = datastore.BulkPut
View Source
var Delete = datastore.Delete
View Source
var Get = datastore.Get
View Source
var Put = datastore.Put
View Source
var Query = datastore.Query
View Source
var Update = datastore.Update
Functions ¶
func NewBulkDeleteCommand ¶
func NewBulkDeleteCommand(clients *shared.ClientFactory) *cobra.Command
func NewBulkGetCommand ¶
func NewBulkGetCommand(clients *shared.ClientFactory) *cobra.Command
func NewBulkPutCommand ¶
func NewBulkPutCommand(clients *shared.ClientFactory) *cobra.Command
func NewCommand ¶
func NewCommand(clients *shared.ClientFactory) *cobra.Command
func NewCountCommand ¶
func NewCountCommand(clients *shared.ClientFactory) *cobra.Command
func NewDeleteCommand ¶
func NewDeleteCommand(clients *shared.ClientFactory) *cobra.Command
func NewGetCommand ¶
func NewGetCommand(clients *shared.ClientFactory) *cobra.Command
func NewPutCommand ¶
func NewPutCommand(clients *shared.ClientFactory) *cobra.Command
func NewQueryCommand ¶
func NewQueryCommand(clients *shared.ClientFactory) *cobra.Command
func NewUpdateCommand ¶
func NewUpdateCommand(clients *shared.ClientFactory) *cobra.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.