Documentation ¶ Index ¶ type Client func NewClientWithBundle(ctx context.Context, b *bundle.Bundle) (*Client, error) func (c *Client) Validate(ctx context.Context, manifestsYAML []byte) (*reporting.Report, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClientWithBundle ¶ func NewClientWithBundle(ctx context.Context, b *bundle.Bundle) (*Client, error) func (*Client) Validate ¶ func (c *Client) Validate(ctx context.Context, manifestsYAML []byte) (*reporting.Report, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.