Documentation
¶
Index ¶
- func AAACmp(name any, dd []any, gg map[int]any) any
- type AAA
- func (*AAA) Call(a int, p *BBB, h *http.Client) (name string, aaa AAA, ccc *CCC, err error)
- func (*AAA) Do(a int, p *BBB, c *CCC) (name string, aaa *AAA, bbb *BBB, err error)
- func (*AAA) DoAdd(a int, b float32) (r int, err error)
- func (*AAA) DoMap(a int, b float32, m map[string]int) (r int, f float64, mm map[string]string, err error)
- func (*AAA) DoMapAny(a int, b any, m map[string]any) map[string]any
- func (*AAA) DoMapMap(a int, b float32, m map[string]int) (r int, f float64, mm map[string]map[string]int, ms map[string][]string, ...)
- func (*AAA) DoSlice(s []int) (ss []string, err error)
- func (*AAA) DoSliceSlice(s []int) (ss [][]string, dd [][]float32, mm []map[string]int, err error)
- func (*AAA) DoZZZ(a int, b any, m map[string]any) any
- type BBB
- type CCC
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AAA ¶
type AAA struct {
Name string
Age int
Weight float32
Gender bool
B *BBB
C CCC
M map[string]*CCC
S []*BBB
A [3]*int
MM map[string]*http.Client
// contains filtered or unexported fields
}
func (*AAA) DoSliceSlice ¶
Click to show internal directories.
Click to hide internal directories.