Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscordNotifier ¶
type DiscordNotifier struct {
// contains filtered or unexported fields
}
func NewDiscordNotifier ¶
func NewDiscordNotifier(botToken string, channelName string, logger *zap.Logger) (*DiscordNotifier, error)
NewDiscordNotifier returns and initializes a new Discord notifier.
During initialization, a list of all guilds and channels is fetched. Newly added guilds and channels won't be detected at runtime.
func (*DiscordNotifier) LookupGroupID ¶
func (d *DiscordNotifier) LookupGroupID(groupName string) (string, error)
func (*DiscordNotifier) MissingSignaturesOnTransaction ¶
Click to show internal directories.
Click to hide internal directories.