Documentation ¶
Index ¶
- type AuthController
- type ChannelController
- type DebugController
- type EtcController
- type GlobalSettingsController
- type GuildBackupsController
- type GuildMembersController
- type GuildsController
- type GuildsSettingsController
- type ImagestoreController
- type InviteController
- type MemberReportingController
- type OTAController
- type PublicController
- type ReportsController
- type SearchController
- type TokenController
- type UnbanrequestsController
- type UsersController
- type UsersettingsController
- type UtilController
- type VerificationController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
// contains filtered or unexported fields
}
func (*AuthController) Setup ¶
func (c *AuthController) Setup(container di.Container, router fiber.Router)
type ChannelController ¶
type ChannelController struct {
// contains filtered or unexported fields
}
func (*ChannelController) Setup ¶
func (c *ChannelController) Setup(container di.Container, router fiber.Router)
type DebugController ¶
type DebugController struct {
// contains filtered or unexported fields
}
func (*DebugController) Setup ¶
func (c *DebugController) Setup(container di.Container, router fiber.Router)
type EtcController ¶
type EtcController struct {
// contains filtered or unexported fields
}
func (*EtcController) Setup ¶
func (c *EtcController) Setup(container di.Container, router fiber.Router)
type GlobalSettingsController ¶
type GlobalSettingsController struct {
// contains filtered or unexported fields
}
func (*GlobalSettingsController) Setup ¶
func (c *GlobalSettingsController) Setup(container di.Container, router fiber.Router)
type GuildBackupsController ¶
type GuildBackupsController struct {
// contains filtered or unexported fields
}
func (*GuildBackupsController) Setup ¶
func (c *GuildBackupsController) Setup(container di.Container, router fiber.Router)
type GuildMembersController ¶
type GuildMembersController struct {
// contains filtered or unexported fields
}
func (*GuildMembersController) Setup ¶
func (c *GuildMembersController) Setup(container di.Container, router fiber.Router)
type GuildsController ¶
type GuildsController struct {
// contains filtered or unexported fields
}
func (*GuildsController) Setup ¶
func (c *GuildsController) Setup(container di.Container, router fiber.Router)
type GuildsSettingsController ¶
type GuildsSettingsController struct {
// contains filtered or unexported fields
}
func (*GuildsSettingsController) Setup ¶
func (c *GuildsSettingsController) Setup(container di.Container, router fiber.Router)
type ImagestoreController ¶
type ImagestoreController struct {
// contains filtered or unexported fields
}
func (*ImagestoreController) Setup ¶
func (c *ImagestoreController) Setup(container di.Container, router fiber.Router)
type InviteController ¶
type InviteController struct {
// contains filtered or unexported fields
}
func (*InviteController) Setup ¶
func (c *InviteController) Setup(container di.Container, router fiber.Router)
type MemberReportingController ¶
type MemberReportingController struct {
// contains filtered or unexported fields
}
func (*MemberReportingController) Setup ¶
func (c *MemberReportingController) Setup(container di.Container, router fiber.Router)
type OTAController ¶
type OTAController struct {
// contains filtered or unexported fields
}
func (*OTAController) Setup ¶
func (c *OTAController) Setup(container di.Container, router fiber.Router)
type PublicController ¶
type PublicController struct {
// contains filtered or unexported fields
}
func (*PublicController) Setup ¶
func (c *PublicController) Setup(container di.Container, router fiber.Router)
type ReportsController ¶
type ReportsController struct {
// contains filtered or unexported fields
}
func (*ReportsController) Setup ¶
func (c *ReportsController) Setup(container di.Container, router fiber.Router)
type SearchController ¶
type SearchController struct {
// contains filtered or unexported fields
}
func (*SearchController) Setup ¶
func (c *SearchController) Setup(container di.Container, router fiber.Router)
type TokenController ¶
type TokenController struct {
// contains filtered or unexported fields
}
func (*TokenController) Setup ¶
func (c *TokenController) Setup(container di.Container, router fiber.Router)
type UnbanrequestsController ¶
type UnbanrequestsController struct {
// contains filtered or unexported fields
}
func (*UnbanrequestsController) Setup ¶
func (c *UnbanrequestsController) Setup(container di.Container, router fiber.Router)
type UsersController ¶
type UsersController struct {
// contains filtered or unexported fields
}
func (*UsersController) Setup ¶
func (c *UsersController) Setup(container di.Container, router fiber.Router)
type UsersettingsController ¶
type UsersettingsController struct {
// contains filtered or unexported fields
}
func (*UsersettingsController) Setup ¶
func (c *UsersettingsController) Setup(container di.Container, router fiber.Router)
type UtilController ¶
type UtilController struct {
// contains filtered or unexported fields
}
func (*UtilController) Setup ¶
func (c *UtilController) Setup(container di.Container, router fiber.Router)
type VerificationController ¶
type VerificationController struct {
// contains filtered or unexported fields
}
func (*VerificationController) Setup ¶
func (c *VerificationController) Setup(container di.Container, router fiber.Router)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.