package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Aug 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Constructor struct {
}
type Qingniao struct {
Sms *config.Sms `json:"sms,omitempty" yaml:"sms" xml:"sms" toml:"sms"`
Email *config.Email `json:"email,omitempty" yaml:"email" xml:"email" toml:"email"`
Wechat *config.Wechat `json:"wechat,omitempty" yaml:"wechat" xml:"wechat" toml:"wechat"`
}
type Wrapper struct {
Qingniao *Qingniao `json:"qingniao,omitempty" yaml:"qingniao" xml:"qingniao" toml:"qingniao" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.