Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
Config *controlmonkey.Config
}
A Session provides a central location to create service clients.
Sessions are safe to create service clients concurrently, but it is not safe to mutate the Session concurrently.
func New ¶
func New(cfgs ...*controlmonkey.Config) *Session
New creates a new instance of Session. Once the Session is created it can be mutated to modify the Config. The Session is safe to be read concurrently, but it should not be written to concurrently.
Click to show internal directories.
Click to hide internal directories.