client

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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 (c *Client) RecordBridges(ctx context.Context, bridges []*pb.Bridge) error

func (*Client) RecordJobs

func (c *Client) RecordJobs(ctx context.Context, jobs []*pb.Job) error

func (*Client) RecordLogEmbeddedMetrics

func (c *Client) RecordLogEmbeddedMetrics(ctx context.Context, metrics []*pb.LogEmbeddedMetric) error

func (*Client) RecordPipelines

func (c *Client) RecordPipelines(ctx context.Context, ps []*pb.Pipeline) error

func (*Client) RecordSections

func (c *Client) RecordSections(ctx context.Context, sections []*pb.Section) error

func (*Client) RecordTestCases

func (c *Client) RecordTestCases(ctx context.Context, cases []*pb.TestCase) error

func (*Client) RecordTestReports

func (c *Client) RecordTestReports(ctx context.Context, reports []*pb.TestReport) error

func (*Client) RecordTestSuites

func (c *Client) RecordTestSuites(ctx context.Context, suites []*pb.TestSuite) error

func (*Client) RecordTraces

func (c *Client) RecordTraces(ctx context.Context, traces []*pb.Trace) error

type EndpointConfig

type EndpointConfig struct {
	Address string
	Options []grpc.DialOption
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL