api

package
v0.0.0-...-b234bb5 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2019 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 Error

type Error struct {
	Type    string `json:"errorType"`
	Message string `json:"message"`
}

Error represents an error message returned from the API

type GenericResponse

type GenericResponse struct {
	Success bool    `json:"success"`
	Errors  []Error `json:"errors"`
}

GenericResponse represents response returned from the API that is not associated with a specific entity type

Jump to

Keyboard shortcuts

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