Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibraryAPI ¶
type LibraryAPI struct {
// contains filtered or unexported fields
}
func NewLibraryAPI ¶
func NewLibraryAPI(service service.LibraryServiceIface) *LibraryAPI
func (*LibraryAPI) Create ¶
func (li *LibraryAPI) Create(ctx *gin.Context)
func (*LibraryAPI) Delete ¶
func (li *LibraryAPI) Delete(ctx *gin.Context)
func (*LibraryAPI) List ¶
func (li *LibraryAPI) List(ctx *gin.Context)
func (*LibraryAPI) Update ¶
func (li *LibraryAPI) Update(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.