Documentation ¶
Index ¶
- Constants
- type MongoStore
- func (ms *MongoStore) Init(setting map[string]interface{}) (err error)
- func (MongoStore) Push(params output.Params, replay *output.Replay) (err error)
- func (MongoStore) UpdateDeleted(params output.Params, replay *int32) (err error)
- func (MongoStore) UpdateSyncJob(params output.JobParams, jobId *string) (err error)
Constants ¶
View Source
const DefaultConnectURI string = "mongodb://localhost:27017"
View Source
const DefaultDatabase string = "CloudTracker"
View Source
const DefaultMaxPoolSize uint64 = 100
View Source
const DefaultTimeout time.Duration = 30
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoStore ¶
func (*MongoStore) Init ¶
func (ms *MongoStore) Init(setting map[string]interface{}) (err error)
func (MongoStore) UpdateDeleted ¶
func (MongoStore) UpdateDeleted(params output.Params, replay *int32) (err error)
func (MongoStore) UpdateSyncJob ¶
func (MongoStore) UpdateSyncJob(params output.JobParams, jobId *string) (err error)
Click to show internal directories.
Click to hide internal directories.