Documentation ¶
Index ¶
- type Environment
- func (e *Environment) ClientConfig() *evergreen.ClientConfig
- func (e *Environment) Configure(ctx context.Context, path string, db *evergreen.DBSettings) error
- func (e *Environment) LocalQueue() amboy.Queue
- func (e *Environment) RemoteQueue() amboy.Queue
- func (e *Environment) Session() db.Session
- func (e *Environment) Settings() *evergreen.Settings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { Remote amboy.Queue Driver queue.Driver Local amboy.Queue DBSession *anserMock.Session EvergreenSettings *evergreen.Settings // contains filtered or unexported fields }
func (*Environment) ClientConfig ¶
func (e *Environment) ClientConfig() *evergreen.ClientConfig
func (*Environment) Configure ¶
func (e *Environment) Configure(ctx context.Context, path string, db *evergreen.DBSettings) error
func (*Environment) LocalQueue ¶
func (e *Environment) LocalQueue() amboy.Queue
func (*Environment) RemoteQueue ¶
func (e *Environment) RemoteQueue() amboy.Queue
func (*Environment) Session ¶
func (e *Environment) Session() db.Session
func (*Environment) Settings ¶
func (e *Environment) Settings() *evergreen.Settings
Click to show internal directories.
Click to hide internal directories.