Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
Mn float64 `alias:"mn"`
Mx float64 `alias:"mx"`
MnL int `alias:"mnl"`
MxL int `alias:"mxl"`
L int `alias:"l"`
E string `alias:"e"`
R string `alias:"r"`
Msg string `alias:"msg"`
}
Item struct
type Result ¶
type Result struct {
StructPtr interface{}
Passed bool
Items []*ResultItem
}
Result struct
type ResultItem ¶
type ResultItem struct {
Field *reflect.StructField
Passed bool
Message string
}
ResultItem struct
Click to show internal directories.
Click to hide internal directories.