Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphqlSchemaPayload ¶
type GraphqlSchemaPayload struct {
Name string `json:"name"`
URL string `json:"url"`
Version string `json:"version"`
TypeDefs string `json:"type_defs"`
}
GraphqlSchemaPayload is the payload made when making schema registry requests
type RegistryResponse ¶
type RegistryResponse struct {
Success bool `json:"success,omitempty"`
Message string `json:"message,omitempty"`
Details []ResponseDetails `json:"details,omitempty"`
}
RegistryResponse is the response got when making schema registry requests
type ResponseDetails ¶
type ResponseDetails struct {
Message string `json:"message,omitempty"`
}
ResponseDetails is the response got when making schema registry requests Usually contains a reason why the operation/request failed
Click to show internal directories.
Click to hide internal directories.