fx build fix
This commit is contained in:
11
api/notification/interface/services/amplitude/amplitude.go
Normal file
11
api/notification/interface/services/amplitude/amplitude.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package amplitude
|
||||
|
||||
import (
|
||||
"github.com/tech/sendico/notification/interface/api"
|
||||
ampliimp "github.com/tech/sendico/notification/internal/server/amplitude"
|
||||
"github.com/tech/sendico/pkg/mservice"
|
||||
)
|
||||
|
||||
func Create(a api.API) (mservice.MicroService, error) {
|
||||
return ampliimp.CreateAPI(a)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package amplitude
|
||||
|
||||
type Config struct {
|
||||
Environment string `yaml:"ampli_environment_env"`
|
||||
}
|
||||
Reference in New Issue
Block a user