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

Method ID

runner/common/pool.go:43–43  ·  view source on GitHub ↗

ID returns the ID of the entity (repo, org, enterprise)

()

Source from the content-addressed store, hash-verified

41type PoolManager interface {
42 // ID returns the ID of the entity (repo, org, enterprise)
43 ID() string
44 // WebhookSecret returns the unencrypted webhook secret associated with the webhook installed
45 // in GitHub for GARM. For GARM to receive webhook events for an entity, either the operator or
46 // GARM will have to create a webhook in GitHub which points to the GARM API server. To authenticate

Callers 8

DispatchWorkflowJobMethod · 0.95
DeleteRepositoryMethod · 0.65
WaitMethod · 0.65
RegisterMethod · 0.65
UnregisterMethod · 0.65
handleShellReadyMethod · 0.65
handleShellExitMethod · 0.65
handleShellDataMethod · 0.65

Implementers 3

basePoolManagerrunner/pool/pool.go
PoolManagerrunner/common/mocks/PoolManager.go
PoolManager_Expecterrunner/common/mocks/PoolManager.go

Calls

no outgoing calls

Tested by

no test coverage detected