Documentation
¶
Overview ¶
Package backplane provides helper functions for interacting with the backplane-api SDK
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// CreateReport creates a new cluster report
CreateReport(ctx context.Context, clusterId string, summary string, reportData string) (*bpapi.Report, error)
}
Client provides methods for interacting with the backplane API
type ClientImpl ¶
type ClientImpl struct {
// contains filtered or unexported fields
}
ClientImpl implements the Client interface
Click to show internal directories.
Click to hide internal directories.