MCPcopy Create free account
hub / github.com/cloudbase/garm / GetOrgName

Method GetOrgName

params/github.go:223–228  ·  view source on GitHub ↗
(forgeType EndpointType)

Source from the content-addressed store, hash-verified

221}
222
223func (w WorkflowJob) GetOrgName(forgeType EndpointType) string {
224 if forgeType == GiteaEndpointType {
225 return w.Organization.Name
226 }
227 return w.Organization.Login
228}
229
230type RunnerSetting struct {
231 Ephemeral bool `json:"ephemeral,omitempty"`

Callers 2

DispatchWorkflowJobMethod · 0.95
ValidateOwnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected