package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Sep 8, 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
¶
type BanRule struct {
Id uint `json:"id"`
Reason string `json:"reason"`
NamePattern string `json:"name_pattern"`
NicknamePattern string `json:"nickname_pattern"`
EmailPattern string `json:"email_pattern"`
}
type BanRuleList struct {
Bans []BanRule `json:"bans"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.