mongo

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

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 New

func New(conf config.Config, ctx context.Context, wg *sync.WaitGroup) (*Mongo, error)

func (*Mongo) CountInstances

func (this *Mongo) CountInstances(ctx context.Context, owner string, search string, includeGenerated bool) (int64, error)

func (*Mongo) CreateId

func (this *Mongo) CreateId() string

func (*Mongo) Disconnect

func (this *Mongo) Disconnect()

func (*Mongo) GetInstance

func (this *Mongo) GetInstance(ctx context.Context, id string, owner string) (instance model.Instance, exists bool, err error)

func (*Mongo) ListInstances

func (this *Mongo) ListInstances(ctx context.Context, limit int64, offset int64, sort string, owner string, asc bool, search string, includeGenerated bool) (result []model.Instance, err error)

func (*Mongo) RemoveInstance

func (this *Mongo) RemoveInstance(ctx context.Context, id string, owner string) error

func (*Mongo) SetInstance

func (this *Mongo) SetInstance(ctx context.Context, instance model.Instance, owner string) error

func (*Mongo) Transaction

func (this *Mongo) Transaction(ctx context.Context) (resultCtx context.Context, close func(success bool) error, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL