MCPcopy Create free account
hub / github.com/KOSASIH/skybridge / Deployer

Struct Deployer

tools/deploy/deploy.go:15–18  ·  view source on GitHub ↗

Deployer represents a deployer for satellite and node configurations

Source from the content-addressed store, hash-verified

13
14// Deployer represents a deployer for satellite and node configurations
15type Deployer struct {
16 satelliteConfig *satellite.Satellite
17 nodeConfig *node.Node
18}
19
20// NewDeployer returns a new Deployer instance
21func NewDeployer(satelliteConfig *satellite.Satellite, nodeConfig *node.Node) *Deployer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected