package
Version:
v0.0.0-...-3759818
Opens a new window with list of versions in this module.
Published: Aug 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PrimaryChannel struct {
gorm.Model
NameTemplate string `json:"name_template"`
NameDefault string `json:"name_default"`
ChannelID string `json:"channel_id"`
GuildID string `json:"guild_id"`
}
type SecondaryChannel struct {
gorm.Model
Name string `json:"name"`
ChannelID string `json:"channel_id"`
GuildID string `json:"guild_id"`
ParentChannelID string `json:"parent_channel_id"`
CreatorID string `json:"creator_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.