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

Function NewOrgCreate

app/cli/pkg/action/org_create.go:28–30  ·  view source on GitHub ↗
(cfg *ActionsOpts)

Source from the content-addressed store, hash-verified

26}
27
28func NewOrgCreate(cfg *ActionsOpts) *OrgCreate {
29 return &OrgCreate{cfg}
30}
31
32func (action *OrgCreate) Run(ctx context.Context, name string) (*OrgItem, error) {
33 client := pb.NewOrganizationServiceClient(action.cfg.CPConnection)

Callers 1

newOrganizationCreateCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected