Documentation ¶ Index ¶ type Launcher func LaunchUpTo(ctx context.Context) (*Launcher, error) func (l *Launcher) Close(ctx context.Context) error func (l *Launcher) GetServiceInformationProvider(ctx context.Context, app string, svc string, name string, key string) (string, error) func (l *Launcher) WaitForReady(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Launcher ¶ type Launcher struct { // contains filtered or unexported fields } func LaunchUpTo ¶ func LaunchUpTo(ctx context.Context) (*Launcher, error) func (*Launcher) Close ¶ func (l *Launcher) Close(ctx context.Context) error func (*Launcher) GetServiceInformationProvider ¶ func (l *Launcher) GetServiceInformationProvider(ctx context.Context, app string, svc string, name string, key string) (string, error) func (*Launcher) WaitForReady ¶ func (l *Launcher) WaitForReady(ctx context.Context) error Source Files ¶ View all Source files launcher.go Click to show internal directories. Click to hide internal directories.