MCPcopy Create free account
hub / github.com/astercloud/aster / PoolHandler

Struct PoolHandler

server/handlers/pool.go:15–19  ·  view source on GitHub ↗

PoolHandler handles pool-related requests

Source from the content-addressed store, hash-verified

13
14// PoolHandler handles pool-related requests
15type PoolHandler struct {
16 store *store.Store
17 deps *agent.Dependencies
18 pool *core.Pool
19}
20
21// NewPoolHandler creates a new PoolHandler
22func NewPoolHandler(st store.Store, deps *agent.Dependencies) *PoolHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected