Documentation
¶
Index ¶
- func RecordBridges(c *Client, ctx context.Context, data []*typespb.Bridge) error
- func RecordJobs(c *Client, ctx context.Context, data []*typespb.Job) error
- func RecordMetrics(c *Client, ctx context.Context, data []*typespb.Metric) error
- func RecordPipelines(c *Client, ctx context.Context, data []*typespb.Pipeline) error
- func RecordSections(c *Client, ctx context.Context, data []*typespb.Section) error
- func RecordTestCases(c *Client, ctx context.Context, data []*typespb.TestCase) error
- func RecordTestReports(c *Client, ctx context.Context, data []*typespb.TestReport) error
- func RecordTestSuites(c *Client, ctx context.Context, data []*typespb.TestSuite) error
- func RecordTraces(c *Client, ctx context.Context, data []*typespb.Trace) error
- type Client
- type EndpointConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordBridges ¶ added in v0.6.0
func RecordJobs ¶ added in v0.6.0
func RecordMetrics ¶ added in v0.6.0
func RecordPipelines ¶ added in v0.6.0
func RecordSections ¶ added in v0.6.0
func RecordTestCases ¶ added in v0.6.0
func RecordTestReports ¶ added in v0.6.0
func RecordTestSuites ¶ added in v0.6.0
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewCLient ¶
func NewCLient(cfg EndpointConfig) (*Client, error)
type EndpointConfig ¶
type EndpointConfig struct { Address string Options []grpc.DialOption }
Click to show internal directories.
Click to hide internal directories.