Documentation
¶
Index ¶
- Variables
- type Data
- func (d *Data) GetCache() cache.Cache
- func (d *Data) GetEmail(name string) (email.Email, bool)
- func (d *Data) GetHook(name string) (hook.Sender, bool)
- func (d *Data) GetSms(name string) (sms.Sender, bool)
- func (d *Data) SetEmail(name string, email email.Email)
- func (d *Data) SetHook(name string, hook hook.Sender)
- func (d *Data) SetSms(name string, sms sms.Sender)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSetData = wire.NewSet(New)
ProviderSetData is a set of data providers.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.