2022-08-31 06:18:14 +00:00
|
|
|
// Code generated by ogen, DO NOT EDIT.
|
|
|
|
|
|
|
|
package ogent
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/go-faster/errors"
|
|
|
|
)
|
|
|
|
|
2022-08-31 07:49:08 +00:00
|
|
|
func (s ListCardOKApplicationJSON) Validate() error {
|
2022-08-31 06:18:14 +00:00
|
|
|
if s == nil {
|
|
|
|
return errors.New("nil is invalid value")
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2022-08-31 07:49:08 +00:00
|
|
|
func (s ListGroupOKApplicationJSON) Validate() error {
|
|
|
|
if s == nil {
|
|
|
|
return errors.New("nil is invalid value")
|
2022-08-31 06:18:14 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2022-08-31 07:49:08 +00:00
|
|
|
func (s ListGroupUsersOKApplicationJSON) Validate() error {
|
|
|
|
if s == nil {
|
|
|
|
return errors.New("nil is invalid value")
|
2022-08-31 06:18:14 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2022-08-31 07:49:08 +00:00
|
|
|
func (s ListUserCardOKApplicationJSON) Validate() error {
|
|
|
|
if s == nil {
|
|
|
|
return errors.New("nil is invalid value")
|
2022-08-31 06:18:14 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2022-08-31 07:49:08 +00:00
|
|
|
func (s ListUserOKApplicationJSON) Validate() error {
|
|
|
|
if s == nil {
|
|
|
|
return errors.New("nil is invalid value")
|
2022-08-31 06:18:14 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|