Documentation ¶
Index ¶
- type Wrapper
- func (wrp *Wrapper) Create(ctx context.Context, input *model.Request) (int, error)
- func (wrp *Wrapper) Delete(ctx context.Context, input *model.FitterDeleteStock) (*model.DeleteResponseStock, error)
- func (wrp *Wrapper) Get(ctx context.Context, input *model.FitterReadStock) (*model.ReadResponseStock, error)
- func (wrp *Wrapper) List(ctx context.Context, input *model.FitterListStock, ...) (*utils.Pagination, error)
- func (wrp *Wrapper) Update(ctx context.Context, input *model.FitterUpdateStock) (*model.UpdateResponseStock, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
func (*Wrapper) Delete ¶
func (wrp *Wrapper) Delete(ctx context.Context, input *model.FitterDeleteStock) (*model.DeleteResponseStock, error)
func (*Wrapper) Get ¶
func (wrp *Wrapper) Get(ctx context.Context, input *model.FitterReadStock) (*model.ReadResponseStock, error)
func (*Wrapper) List ¶
func (wrp *Wrapper) List(ctx context.Context, input *model.FitterListStock, pagination *utils.PaginationOptions) (*utils.Pagination, error)
func (*Wrapper) Update ¶
func (wrp *Wrapper) Update(ctx context.Context, input *model.FitterUpdateStock) (*model.UpdateResponseStock, error)
Click to show internal directories.
Click to hide internal directories.