Documentation
¶
Index ¶
Constants ¶
View Source
const ( UpsertUpdate = "upsert_update" UpsertCreate = "upsert_create" )
View Source
const Aggregate = "aggregate"
View Source
const Create = "create"
View Source
const Delete = "delete"
View Source
const Read = "read"
View Source
const Update = "update"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateAction ¶
func NewAggregateAction ¶
func NewAggregateAction(client *mongo.Client) *AggregateAction
type CreateAction ¶
func NewSaveAction ¶
func NewSaveAction(client *mongo.Client) *CreateAction
type CreateIndexesAction ¶ added in v1.0.7
func NewCreateIndexesAction ¶ added in v1.0.7
func NewCreateIndexesAction(client *mongo.Client) *CreateIndexesAction
type DeleteAction ¶
func NewDeleteAction ¶
func NewDeleteAction(client *mongo.Client) *DeleteAction
type DropIndexesAction ¶ added in v1.1.2
func NewDropIndexesAction ¶ added in v1.1.2
func NewDropIndexesAction(client *mongo.Client) *DropIndexesAction
type GetIndexesAction ¶ added in v1.0.7
func NewGetIndexesAction ¶ added in v1.0.7
func NewGetIndexesAction(client *mongo.Client) *GetIndexesAction
type ReadAction ¶
func NewGetAction ¶
func NewGetAction(client *mongo.Client) *ReadAction
type UpdateAction ¶
func NewUpdateAction ¶
func NewUpdateAction(client *mongo.Client) *UpdateAction
type UpsertAction ¶
func NewUpsertAction ¶
func NewUpsertAction(client *mongo.Client) *UpsertAction
Click to show internal directories.
Click to hide internal directories.