datatype

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	STATUSOK    = "ok"
	STATUSERROR = "error"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ReponseError

type ReponseError struct {
	Status string      `json:"status"`
	Error  interface{} `json:"error"`
}

type ReponseOK

type ReponseOK struct {
	Status string      `json:"status"`
	Body   interface{} `json:"body"`
}

Jump to

Keyboard shortcuts

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