Documentation ¶
Index ¶
- func AddBook(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
- func EditBook(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
- func GetBook(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
- func GetBookList(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBook ¶
func AddBook(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
AddBook 添加书本信息
func EditBook ¶
func EditBook(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
EditBook 编辑书本信息
func GetBook ¶
func GetBook(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
GetBook 获取书本信息
func GetBookList ¶
func GetBookList(ctx *svc.ServiceContext, req *book.BookRequest) (resp book.BookResponse, err error)
GetBookList 获取所有书本信息
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.