75 lines
1.5 KiB
Go
75 lines
1.5 KiB
Go
// Code generated by ogen, DO NOT EDIT.
|
|
|
|
package ogent
|
|
|
|
import (
|
|
"github.com/go-faster/errors"
|
|
)
|
|
|
|
func (s ListCardOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListGroupOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListGroupUsersOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListMaOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListSevOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListUeOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListUserCardOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListUserMaOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListUserOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListUserSevOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|
|
func (s ListUserUeOKApplicationJSON) Validate() error {
|
|
if s == nil {
|
|
return errors.New("nil is invalid value")
|
|
}
|
|
return nil
|
|
}
|