Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionMgr ¶
type SessionMgr struct {
// contains filtered or unexported fields
}
SessionMgr ... holds one session per region provided to New()
func New ¶
func New(defaultRegion string, regions []string) (*SessionMgr, error)
New ... returns a *SessionMgr after creating one session per region provided
func (*SessionMgr) All ¶
func (mgr *SessionMgr) All() []*session.Session
All ... returns all sessions stored inside the *SessionMgr
Click to show internal directories.
Click to hide internal directories.