Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SellerExistsChecker ¶
type SellerForm ¶
type SellerForm struct {
ShopName string `json:"shopName"`
}
type SellerFormValidator ¶
type SellerFormValidator interface {
Validate(ctx context.Context, form SellerForm) error
}
type SellerGetter ¶
type SellerRegisterer ¶
type SellerRegisterer interface {
Register(ctx context.Context, userId string, form SellerForm) error
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.