Documentation ¶ Index ¶ type Module func New(binary string) *Module func (m *Module) Description() string func (m *Module) Name() string func (m *Module) Produces() []string func (m *Module) Requires() []string func (m *Module) Run(ctx context.Context, runCtx *modules.RunContext, executor runner.Executor) (*modules.Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Module ¶ type Module struct { // contains filtered or unexported fields } func New ¶ func New(binary string) *Module func (*Module) Description ¶ added in v0.1.0 func (m *Module) Description() string func (*Module) Name ¶ func (m *Module) Name() string func (*Module) Produces ¶ added in v0.1.0 func (m *Module) Produces() []string func (*Module) Requires ¶ added in v0.1.0 func (m *Module) Requires() []string func (*Module) Run ¶ func (m *Module) Run(ctx context.Context, runCtx *modules.RunContext, executor runner.Executor) (*modules.Result, error) Source Files ¶ View all Source files httpx.go Click to show internal directories. Click to hide internal directories.