Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Brand ¶
type Brand interface { Create(ctx context.Context, input *brand_model.CreateBrandInputModel) (bool, error) FindProcessingBrand(ctx context.Context) (*brand_model.BrandBase, error) UpdateSuccess(ctx context.Context, id string) (bool, error) }
func NewBrandDbDataSource ¶
func NewBrandDbDataSource(brandRepository mongo_repository.BrandRepository) Brand
type BrandImpl ¶
type BrandImpl struct {
// contains filtered or unexported fields
}
func (*BrandImpl) Create ¶
func (d *BrandImpl) Create(ctx context.Context, input *brand_model.CreateBrandInputModel) (bool, error)
func (*BrandImpl) FindProcessingBrand ¶
Click to show internal directories.
Click to hide internal directories.