domain

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2021 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL