feat: import services and standardize Go 1.26.5
This commit is contained in:
13
apps/ec/delivery/internal/svc/service_context.go
Normal file
13
apps/ec/delivery/internal/svc/service_context.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package svc
|
||||
|
||||
import "git.apinb.com/bsm-service-ec/delivery/internal/config"
|
||||
|
||||
type ServiceContext struct {
|
||||
Config config.Config
|
||||
}
|
||||
|
||||
func NewServiceContext(c config.Config) *ServiceContext {
|
||||
return &ServiceContext{
|
||||
Config: c,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user