MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / ExchangeResponse

Struct ExchangeResponse

internal/api/models.go:190–194  ·  view source on GitHub ↗

ExchangeResponse is the response from POST /api/auth/exchange.

Source from the content-addressed store, hash-verified

188
189// ExchangeResponse is the response from POST /api/auth/exchange.
190type ExchangeResponse struct {
191 Status *string `json:"status,omitempty"`
192 CliID *string `json:"cli_id,omitempty"`
193 APIKey *string `json:"api_key,omitempty"`
194}
195
196func (e *ExchangeResponse) UnmarshalJSON(data []byte) error {
197 var raw struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected