MCPcopy Create free account
hub / github.com/entireio/git-sync / New

Function New

unstable/client.go:116–118  ·  view source on GitHub ↗
(opts Options)

Source from the content-addressed store, hash-verified

114}
115
116func New(opts Options) *Client {
117 return &Client{httpClient: opts.HTTPClient, auth: opts.Auth}
118}
119
120func (c *Client) Probe(ctx context.Context, req ProbeRequest) (ProbeResult, error) {
121 if err := req.Options.Validate(); err != nil {

Callers 8

newSyncLikeCmdFunction · 0.92
newProbeCmdFunction · 0.92
newFetchCmdFunction · 0.92
newBootstrapCmdFunction · 0.92
executeScenarioFunction · 0.92

Calls

no outgoing calls