Documentation ¶ Index ¶ func New(ctx context.Context, opts clients.CommonOpts) (pipeline.Client, error) type Client func (c *Client) Done(ctx context.Context, w *pipeline.Collection) error func (c *Client) Validate(step pipeline.Step) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, opts clients.CommonOpts) (pipeline.Client, error) Types ¶ type Client ¶ type Client struct { Stdout io.Writer } func (*Client) Done ¶ func (c *Client) Done(ctx context.Context, w *pipeline.Collection) error func (*Client) Validate ¶ func (c *Client) Validate(step pipeline.Step) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.