MCPcopy Create free account
hub / github.com/celer-pkg/celer / configureCmd

Struct configureCmd

cmds/cmd_configure.go:19–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type configureCmd struct {
20 celer *configs.Celer
21 platform string
22 project string
23 buildType string
24 downloads string
25 jobs int
26 offline bool
27 verbose bool
28
29 // Support port url and ref.
30 port string
31 portUrl string
32 portRef string
33
34 pkgCacheConfig configs.PkgCacheConfig
35 proxy configs.Proxy
36 ccache configs.CCache
37}
38
39var flagGroup = map[string]string{
40 "platform": "platform",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected