models

package
v0.0.0-...-3759818 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrimaryChannel

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

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"`
}

Jump to

Keyboard shortcuts

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