fcm setup
This commit is contained in:
@@ -30,6 +30,7 @@ type Config struct {
|
||||
Log Log `mapstructure:"log"`
|
||||
S3Config S3Config `mapstructure:"s3"`
|
||||
Fonnte Fonnte `mapstructure:"fonnte"`
|
||||
FCM FCM `mapstructure:"fcm"`
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -94,3 +95,7 @@ func (c *Config) LogFormat() string {
|
||||
func (c *Config) GetFonnte() *Fonnte {
|
||||
return &c.Fonnte
|
||||
}
|
||||
|
||||
func (c *Config) GetFCM() *FCM {
|
||||
return &c.FCM
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user