MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / WithOrgName

Function WithOrgName

pkg/grpcconn/grpcconn.go:76–80  ·  view source on GitHub ↗
(orgName string)

Source from the content-addressed store, hash-verified

74}
75
76func WithOrgName(orgName string) Option {
77 return func(opt *newOptionalArg) {
78 opt.orgName = orgName
79 }
80}
81
82// WithCLIVersion attaches the given CLI version (e.g. "v1.94.2-oss") to every
83// outgoing request as the chainloop-cli-version header.

Callers 1

NewRootCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected