response

package
v0.0.0-...-b0dc0eb Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIError

type APIError struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

type BinaryResp

type BinaryResp struct {
	Name        string
	ModTime     time.Time
	ContentType string
	HttpHeader  http.Header
	Reader      io.ReadSeeker
}

type HttpResp

type HttpResp struct {
	Success    bool        `json:"success"`
	Data       interface{} `json:"data"`
	Error      *APIError   `json:"error,omitempty"`
	HttpCode   int         `json:"-"`
	HttpHeader http.Header `json:"-"`
}

func ErrorResp

func ErrorResp(httpCode int, error *APIError) HttpResp

func SuccessResp

func SuccessResp(data interface{}) HttpResp

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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