Documentation
¶
Index ¶
- Variables
- type Mongo
- func (this *Mongo) AdminListInstances(ctx context.Context, limit int64, offset int64, sort string, asc bool, ...) (result []model.Instance, err error)
- func (this *Mongo) CountInstances(ctx context.Context, jwt jwt.Token, search string, includeGenerated bool) (int64, error)
- func (this *Mongo) CreateId() string
- func (this *Mongo) CreateInstance(ctx context.Context, instance model.Instance, jwt jwt.Token) error
- func (this *Mongo) Disconnect()
- func (this *Mongo) GetInstance(ctx context.Context, id string, jwt jwt.Token) (instance model.Instance, exists bool, err error)
- func (this *Mongo) ListInstances(ctx context.Context, limit int64, offset int64, sort string, jwt jwt.Token, ...) (result []model.Instance, err error)
- func (this *Mongo) RemoveInstance(ctx context.Context, id string, jwt jwt.Token) error
- func (this *Mongo) SetInstance(ctx context.Context, instance model.Instance, jwt jwt.Token) error
- func (this *Mongo) Transaction(ctx context.Context) (resultCtx context.Context, close func(success bool) error, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCollections = []func(db *Mongo) error{}
Functions ¶
This section is empty.
Types ¶
type Mongo ¶
type Mongo struct {
// contains filtered or unexported fields
}
func (*Mongo) AdminListInstances ¶ added in v0.0.15
func (*Mongo) CountInstances ¶
func (*Mongo) CreateInstance ¶ added in v0.0.15
func (*Mongo) Disconnect ¶
func (this *Mongo) Disconnect()
func (*Mongo) GetInstance ¶
func (*Mongo) ListInstances ¶
func (*Mongo) RemoveInstance ¶
func (*Mongo) SetInstance ¶
Click to show internal directories.
Click to hide internal directories.