(Feat): Initial Commit
This commit is contained in:
6
internal/config/service_config.go
Normal file
6
internal/config/service_config.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type PushService struct {
|
||||
UseFCMProvider bool
|
||||
UseMockProvider bool
|
||||
}
|
||||
Reference in New Issue
Block a user