Documentation
¶
Index ¶
- type Controller
- type Option
- func WithConsoleClient(client console.Client) Option
- func WithConsoleToken(token string) Option
- func WithConsoleURL(url string) Option
- func WithExecOptions(options ...exec.Option) Option
- func WithFetchClient(client helpers.FetchClient) Option
- func WithSinkOptions(options ...sink.Option) Option
- func WithStackRun(id string) Option
- func WithWorkingDir(dir string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewStackRunController ¶
func NewStackRunController(options ...Option) (Controller, error)
type Option ¶
type Option func(*stackRunController)
func WithConsoleClient ¶
func WithConsoleToken ¶
func WithConsoleURL ¶
func WithExecOptions ¶
func WithFetchClient ¶
func WithFetchClient(client helpers.FetchClient) Option
func WithSinkOptions ¶
func WithStackRun ¶
func WithWorkingDir ¶
Click to show internal directories.
Click to hide internal directories.