request

package
v0.0.0-...-9be93d0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 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 ReqHeader

type ReqHeader struct {
	Name string `json:"name"`
}

type SaveApiReq

type SaveApiReq struct {
	Token        string        `json:"token"`
	ReqQuery     []interface{} `json:"req_query"`
	ReqHeaders   []*ReqHeader  `json:"req_headers"`
	ReqBodyForm  []interface{} `json:"req_body_form"`
	Title        string        `json:"title"`
	CatId        string        `json:"catid"`
	Path         string        `json:"path"`
	Status       string        `json:"status"`
	ResBodyType  string        `json:"res_body_type"`
	ResBody      string        `json:"res_body"`
	SwitchNotice bool          `json:"switch_notice"`
	Message      string        `json:"message"`
	Desc         string        `json:"desc"`
	Method       string        `json:"method"`
	ReqParams    []interface{} `json:"req_params"`
	Id           string        `json:"id"`
}

Jump to

Keyboard shortcuts

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