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

Function WithInsecure

pkg/grpcconn/grpcconn.go:70–74  ·  view source on GitHub ↗
(insecure bool)

Source from the content-addressed store, hash-verified

68}
69
70func WithInsecure(insecure bool) Option {
71 return func(opt *newOptionalArg) {
72 opt.insecure = insecure
73 }
74}
75
76func WithOrgName(orgName string) Option {
77 return func(opt *newOptionalArg) {

Callers 4

NewCASClientUseCaseFunction · 0.92
getCASBackendFunction · 0.92
wrappedArtifactConnFunction · 0.92
NewRootCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected