MCPcopy
hub / github.com/cloudfoundry/cli / UserGuid

Method UserGuid

plugin/cli_connection.go:161–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159}
160
161func (c *cliConnection) UserGuid() (string, error) {
162 var result string
163
164 err := c.withClientDo(func(client *rpc.Client) error {
165 return client.Call("CliRpcCmd.UserGuid", "", &result)
166 })
167
168 return result, err
169}
170
171func (c *cliConnection) UserEmail() (string, error) {
172 var result string

Callers

nothing calls this directly

Calls 1

withClientDoMethod · 0.95

Tested by

no test coverage detected