bm

package
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BodyMap

type BodyMap map[string]interface{}

func (BodyMap) CheckEmptyError

func (bm BodyMap) CheckEmptyError(keys ...string) error

func (BodyMap) EncodeURLParams added in v1.0.8

func (bm BodyMap) EncodeURLParams() string

("bar=baz&foo=quux") sorted by key.

func (BodyMap) GetInterface added in v1.0.1

func (bm BodyMap) GetInterface(key string) interface{}

获取原始参数

func (BodyMap) GetString added in v1.0.1

func (bm BodyMap) GetString(key string) string

获取参数转换string

func (BodyMap) JsonBody added in v1.0.1

func (bm BodyMap) JsonBody() (jb string)

func (BodyMap) MarshalXML

func (bm BodyMap) MarshalXML(e *xml.Encoder, start xml.StartElement) (err error)

func (BodyMap) Remove

func (bm BodyMap) Remove(key string)

删除参数

func (BodyMap) Reset added in v1.0.1

func (bm BodyMap) Reset()

置空BodyMap

func (BodyMap) Set

func (bm BodyMap) Set(key string, value interface{}) BodyMap

设置参数

func (BodyMap) SetBodyMap added in v1.0.1

func (bm BodyMap) SetBodyMap(key string, value func(bm BodyMap)) BodyMap

func (BodyMap) SetFormFile added in v1.0.1

func (bm BodyMap) SetFormFile(key string, file *File) BodyMap

设置 FormFile

func (*BodyMap) UnmarshalXML

func (bm *BodyMap) UnmarshalXML(d *xml.Decoder, start xml.StartElement) (err error)

type File added in v1.0.1

type File struct {
	Name    string `json:"name"`
	Content []byte `json:"content"`
}

Jump to

Keyboard shortcuts

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