Discover Packages
github.com/rl404/akatsuki
internal
domain
publisher
entity
package
Version:
v0.11.15
Opens a new window with list of versions in this module.
Published: Jul 30, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
TypeParseAnime messageType = "parse-anime"
TypeParseUserAnime messageType = "parse-user-anime"
)
Available message type.
type Message struct {
Type messageType `json:"type"`
ID int64 `json:"id"`
Username string `json:"username"`
Status string `json:"status"`
Forced bool `json:"forced"`
}
Message is entity for message.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.