Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeParseManga messageType = "parse-manga" TypeParseUserManga messageType = "parse-user-manga" )
Available message type.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Type messageType `json:"type"` Data []byte `json:"data"` }
Message is entity for message.
type ParseMangaRequest ¶
ParseMangaRequest is parse manga request model.
type ParseUserMangaRequest ¶
ParseUserMangaRequest is parse user manga request model.
Click to show internal directories.
Click to hide internal directories.