Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionLoader ¶
type SessionLoader struct {
// contains filtered or unexported fields
}
func NewSessionLoader ¶
func NewSessionLoader(client client.FabricClient, maybeSm StacksManager, opts SessionLoaderOptions) *SessionLoader
func (*SessionLoader) LoadSession ¶
func (sl *SessionLoader) LoadSession(ctx context.Context) (*Session, error)
type SessionLoaderOptions ¶
type SessionLoaderOptions struct {
ProjectName string
ComposeFilePaths []string
stacks.GetStackOpts
}
type StacksManager ¶
Click to show internal directories.
Click to hide internal directories.