Documentation
¶
Index ¶
- type Command
- type FieldError
- type Service
- func (s *Service) Bind(ctx iris.Context, obj interface{}, errMsg string) bool
- func (s *Service) Get(url string, p interface{}) error
- func (s *Service) Int(ctx iris.Context, name, errMsg string) int
- func (s *Service) String(ctx iris.Context, name, errMsg string) string
- func (s *Service) URLInt(ctx iris.Context, name, errMsg string) int
- func (s *Service) URLString(ctx iris.Context, name, errMsg string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldError ¶
type FieldError struct {
Field string `json:"field"` // 字段
Tag string `json:"tag"` // 标签
Param string `json:"param"` // 参数
}
FieldError 字段错误信息
Click to show internal directories.
Click to hide internal directories.