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

Method FirstRun

client/first_run/first_run_client.go:59–59  ·  view source on GitHub ↗
(params *FirstRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption)

Source from the content-addressed store, hash-verified

57// ClientService is the interface for Client methods
58type ClientService interface {
59 FirstRun(params *FirstRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FirstRunOK, error)
60
61 SetTransport(transport runtime.ClientTransport)
62}

Callers 2

firstRunFunction · 0.65
init.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected