package
Version:
v0.26.0
Opens a new window with list of versions in this module.
Published: Oct 4, 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
¶
View Source
const (
TypeParseVtuber messageType = "parse-vtuber"
TypeParseAgency messageType = "parse-agency"
)
Available message types.
type Message struct {
Type messageType `json:"type"`
ID int64 `json:"id"`
Forced bool `json:"forced"`
}
Message is pubsub message.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.