response

package
v0.0.0-...-7efc56f Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BookResponse

type BookResponse struct {
	*entity.Book
}

書籍情報

type BookshelfListResponse

type BookshelfListResponse struct {
	Books  entity.BooksOnBookshelf `json:"booksList"` // 書籍一覧
	Limit  int64                   `json:"limit"`     // 取得上限数
	Offset int64                   `json:"offset"`    // 取得開始位置
	Total  int64                   `json:"total"`     // 検索一致数
}

本棚の書籍一覧

type BookshelfResponse

type BookshelfResponse struct {
	*entity.BookOnBookshelf
}

本棚の書籍情報

Jump to

Keyboard shortcuts

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