Documentation ¶ Index ¶ type Base func New() *Base func (m *Base) GetClient(env, conn_name string) (*client.Base, error) func (m *Base) GetColl(ctx context.Context, env, conn_name, db_name, coll_name string, ...) (collection.Inter, error) func (m *Base) Log() func (m *Base) SetDebug(debug bool) 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 New ¶ func New() *Base func (*Base) GetClient ¶ added in v0.1.47 func (m *Base) GetClient(env, conn_name string) (*client.Base, error) func (*Base) GetColl ¶ func (m *Base) GetColl(ctx context.Context, env, conn_name, db_name, coll_name string, indexes ...rIndex.Inter) (collection.Inter, error) func (*Base) Log ¶ func (m *Base) Log() func (*Base) SetDebug ¶ func (m *Base) SetDebug(debug bool) Source Files ¶ View all Source files base.go Click to show internal directories. Click to hide internal directories.