Documentation ¶
Index ¶
- type Arg
- type Args
- func (a *Args) Add(key, value string)
- func (a *Args) AddM(args map[string]string)
- func (a *Args) AddMi(args map[string]interface{})
- func (a *Args) Adds(args ...Arg)
- func (a *Args) GenSignature() string
- func (a *Args) Len() int
- func (a *Args) Less(i, j int) bool
- func (a *Args) Swap(i, j int)
- func (a *Args) VerifySign() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { Signature string SignArgKey string Secret string // contains filtered or unexported fields }
func NewArgsWithMap ¶
func (*Args) GenSignature ¶
func (*Args) VerifySign ¶
Click to show internal directories.
Click to hide internal directories.