bill

package
v0.0.0-...-01c5a3f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BillService

type BillService struct{}

func (*BillService) CreateBill

func (s *BillService) CreateBill(request bill.Bill) (result bill.Bill, err error)

func (*BillService) GetAllBills

func (s *BillService) GetAllBills(request bill.BillRequest) (result []*bill.Bill, err error)

func (*BillService) GetBill

func (s *BillService) GetBill(request request.IdRequest) (result bill.Bill, err error)

func (*BillService) GetBills

func (s *BillService) GetBills(request bill.BillRequest) (result []*bill.Bill, total int64, err error)

func (*BillService) UpdateBill

func (s *BillService) UpdateBill(request bill.Bill) (result bill.Bill, err error)

type ServiceGroup

type ServiceGroup struct {
	BillService
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL