Documentation ¶ Index ¶ func WrapWarehouse(service service.Service) service.Service type Wrapper func (wrp *Wrapper) Create(ctx context.Context, input *model.Request) (int, error) func (wrp *Wrapper) Delete(ctx context.Context, input *model.FitterDeleteWarehouse) (*model.DeleteResponseWarehouse, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WrapWarehouse ¶ func WrapWarehouse(service service.Service) service.Service Types ¶ type Wrapper ¶ type Wrapper struct { dig.In `name:"wrapperWarehouse"` Service service.Service } func (*Wrapper) Create ¶ func (wrp *Wrapper) Create(ctx context.Context, input *model.Request) (int, error) func (*Wrapper) Delete ¶ func (wrp *Wrapper) Delete(ctx context.Context, input *model.FitterDeleteWarehouse) (*model.DeleteResponseWarehouse, error) Source Files ¶ View all Source files create.go delete.go init.go Click to show internal directories. Click to hide internal directories.