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

Method Start

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

Start will start the pool manager and all associated workers.

()

Source from the content-addressed store, hash-verified

72
73 // Start will start the pool manager and all associated workers.
74 Start() error
75 // Stop will stop the pool manager and all associated workers.
76 Stop() error
77 // Status will return the current status of the pool manager.

Callers 15

CreateEnterpriseMethod · 0.95
CreateRepositoryMethod · 0.65
CreateOrganizationMethod · 0.65
top.goFile · 0.65
runner.goFile · 0.65
log.goFile · 0.65
events.goFile · 0.65
loadAllEntitiesMethod · 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