MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / Client

Struct Client

pkg/casclient/casclient.go:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63type ProgressStatusChan chan (*UpDownStatus)
64type Client struct {
65 conn *grpc.ClientConn
66 logger zerolog.Logger
67 // channel to send progress status to the go-routine that's rendering the progress bar
68 ProgressStatus ProgressStatusChan
69}
70
71func New(conn *grpc.ClientConn, opts ...ClientOpts) *Client {
72 client := &Client{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected