Documentation
¶
Index ¶
- type Client
- func (c *Client) RecordBridges(ctx context.Context, bridges []*pb.Bridge) error
- func (c *Client) RecordJobs(ctx context.Context, jobs []*pb.Job) error
- func (c *Client) RecordLogEmbeddedMetrics(ctx context.Context, metrics []*pb.LogEmbeddedMetric) error
- func (c *Client) RecordPipelines(ctx context.Context, ps []*pb.Pipeline) error
- func (c *Client) RecordSections(ctx context.Context, sections []*pb.Section) error
- func (c *Client) RecordTestCases(ctx context.Context, cases []*pb.TestCase) error
- func (c *Client) RecordTestReports(ctx context.Context, reports []*pb.TestReport) error
- func (c *Client) RecordTestSuites(ctx context.Context, suites []*pb.TestSuite) error
- func (c *Client) RecordTraces(ctx context.Context, traces []*pb.Trace) error
- type EndpointConfig
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 NewCLient ¶
func NewCLient(cfg EndpointConfig) (*Client, error)
func (*Client) RecordBridges ¶
func (*Client) RecordLogEmbeddedMetrics ¶
func (*Client) RecordPipelines ¶
func (*Client) RecordSections ¶
func (*Client) RecordTestCases ¶
func (*Client) RecordTestReports ¶
func (*Client) RecordTestSuites ¶
type EndpointConfig ¶
type EndpointConfig struct { Address string Options []grpc.DialOption }
Click to show internal directories.
Click to hide internal directories.