MCPcopy Index your code
hub / github.com/deepflowio/deepflow / VolcEngine

Struct VolcEngine

server/controller/cloud/volcengine/volcengine.go:63–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61)
62
63type VolcEngine struct {
64 orgID int
65 teamID int
66 name string
67 lcuuid string
68 regionLcuuid string
69 uuidGenerate string
70 secretID string
71 secretKey string
72 includeRegions map[string]bool
73 azLcuuids map[string]bool
74 httpClient *http.Client
75}
76
77func NewVolcEngine(orgID int, domain metadbmodel.Domain, cfg cloudconfig.CloudConfig) (*VolcEngine, error) {
78 config, err := simplejson.NewJson([]byte(domain.Config))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected