service backend
This commit is contained in:
11
api/pkg/server/main/run.go
Normal file
11
api/pkg/server/main/run.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
sd "github.com/tech/sendico/pkg/server"
|
||||
serverimp "github.com/tech/sendico/pkg/server/internal"
|
||||
"github.com/tech/sendico/pkg/version"
|
||||
)
|
||||
|
||||
func RunServer(rootLoggerName string, av version.Printer, factory sd.ServerFactoryT) {
|
||||
serverimp.RunServer(rootLoggerName, av, factory)
|
||||
}
|
||||
Reference in New Issue
Block a user