Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewService, )
Functions ¶
Types ¶
type RequestArgument ¶
type RequestArgument interface {
IsValid() error
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CheckArgument ¶
func (s *Service) CheckArgument(argument RequestArgument) error
Click to show internal directories.
Click to hide internal directories.