Documentation
¶
Index ¶
- func NewV1() finance.IFinanceV1
- type ControllerV1
- func (c *ControllerV1) BillDetail(ctx context.Context, req *v1.BillDetailReq) (res *v1.BillDetailRes, err error)
- func (c *ControllerV1) BillExport(ctx context.Context, req *v1.BillExportReq) (res *v1.BillExportRes, err error)
- func (c *ControllerV1) BillPage(ctx context.Context, req *v1.BillPageReq) (res *v1.BillPageRes, err error)
- func (c *ControllerV1) DealRecordPage(ctx context.Context, req *v1.DealRecordPageReq) (res *v1.DealRecordPageRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewV1 ¶
func NewV1() finance.IFinanceV1
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) BillDetail ¶ added in v0.5.0
func (c *ControllerV1) BillDetail(ctx context.Context, req *v1.BillDetailReq) (res *v1.BillDetailRes, err error)
func (*ControllerV1) BillExport ¶ added in v0.5.0
func (c *ControllerV1) BillExport(ctx context.Context, req *v1.BillExportReq) (res *v1.BillExportRes, err error)
func (*ControllerV1) BillPage ¶ added in v0.5.0
func (c *ControllerV1) BillPage(ctx context.Context, req *v1.BillPageReq) (res *v1.BillPageRes, err error)
func (*ControllerV1) DealRecordPage ¶
func (c *ControllerV1) DealRecordPage(ctx context.Context, req *v1.DealRecordPageReq) (res *v1.DealRecordPageRes, err error)
Click to show internal directories.
Click to hide internal directories.