Documentation
¶
Index ¶
- type Base
- func (c *Base) Databases() database.Map
- func (c *Base) Env() string
- func (c *Base) GetColl(ctx context.Context, env, db_name, coll_name string, indexes ...rIndex.Inter) (*collection.Base, error)
- func (c *Base) GetDatabase(db_name string) (*database.Base, error)
- func (c *Base) ListDatabaseNames(ctx context.Context, filter interface{}) ([]string, error)
- func (c *Base) NumberSessionsInProgress() int
- func (c *Base) Timeout() *time.Duration
- type Inter
- type InterAdmin
- type Map
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) GetDatabase ¶ added in v0.1.47
func (*Base) ListDatabaseNames ¶ added in v0.1.47
func (*Base) NumberSessionsInProgress ¶ added in v0.1.47
type InterAdmin ¶ added in v0.1.47
Click to show internal directories.
Click to hide internal directories.