Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SellerExistsRuleFactory ¶
type SellerExistsRuleFactory struct {
// contains filtered or unexported fields
}
func NewSellerExistsRuleFactory ¶
func NewSellerExistsRuleFactory(options SellerExistsRuleFactoryOptions) *SellerExistsRuleFactory
func (SellerExistsRuleFactory) Make ¶
func (f SellerExistsRuleFactory) Make(fieldName string, otherFields ...factory.Field) validation.Rule
type SellerExistsRuleFactoryOptions ¶
type SellerExistsRuleFactoryOptions struct {
SellerExistsChecker usecase.SellerExistsChecker
}
Click to show internal directories.
Click to hide internal directories.