Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindCustomerById ¶
type FindCustomerById struct {
// contains filtered or unexported fields
}
func NewFindCustomerById ¶
func NewFindCustomerById(customerRepo model.CustomerRepository) *FindCustomerById
type FindSellerById ¶
type FindSellerById struct {
// contains filtered or unexported fields
}
func NewFindSellerById ¶
func NewFindSellerById(sellerRepo model.SellerRepository) *FindSellerById
Click to show internal directories.
Click to hide internal directories.