httputils

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Err

type Err struct {
	Code string
	Msg  string
	Ctx  interface{}
}

type Page

type Page struct {
	Total int
	List  json.RawMessage
}

type Resp

type Resp struct {
	Success bool
	Data    json.RawMessage
	Err     *Err
}

func DoResp

func DoResp(r *httpclient.Request) (Resp, error)

func (*Resp) ParseData

func (resp *Resp) ParseData(o interface{}) error

func (*Resp) ParsePagingListData

func (resp *Resp) ParsePagingListData(o interface{}) error

Jump to

Keyboard shortcuts

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