MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / New

Function New

clients/restclient/operations/operations_client.go:15–17  ·  view source on GitHub ↗

New creates a new operations API client.

(transport runtime.ClientTransport, formats strfmt.Registry)

Source from the content-addressed store, hash-verified

13
14// New creates a new operations API client.
15func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client {
16 return &Client{transport: transport, formats: formats}
17}
18
19/*
20Client for operations API

Callers 1

NewFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected