MCPcopy Create free account
hub / github.com/cloud66-oss/starter / Pack

Struct Pack

packs/node/pack.go:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import "github.com/cloud66-oss/starter/common"
5
6type Pack struct {
7 packs.PackBase
8 Analysis *Analysis
9}
10
11const (
12 nodeExpressStencilTemplatePath = "" //TODO: this way we only have to add the filename. We should start by download the templates.json, do a couples of checks and after that download the stuff

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected