MCPcopy Create free account
hub / github.com/cloudbase/garm / NewClient

Function NewClient

util/github/scalesets/client.go:31–36  ·  view source on GitHub ↗
(cli common.GithubClient)

Source from the content-addressed store, hash-verified

29)
30
31func NewClient(cli common.GithubClient) (*ScaleSetClient, error) {
32 return &ScaleSetClient{
33 ghCli: cli,
34 httpClient: &http.Client{},
35 }, nil
36}
37
38type ScaleSetClient struct {
39 ghCli common.GithubClient

Callers 7

DeleteScaleSetByIDMethod · 0.92
UpdateScaleSetByIDMethod · 0.92
CreateEntityScaleSetMethod · 0.92
getGHCliFromInstanceMethod · 0.92
NewEntityPoolManagerFunction · 0.92
GetScaleSetClientMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected