service backend
This commit is contained in:
10
api/pkg/version/factory/factory.go
Normal file
10
api/pkg/version/factory/factory.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package version
|
||||
|
||||
import (
|
||||
"github.com/tech/sendico/pkg/version"
|
||||
versionimp "github.com/tech/sendico/pkg/version/internal"
|
||||
)
|
||||
|
||||
func Create(info *version.Info) version.Printer {
|
||||
return versionimp.Create(info)
|
||||
}
|
||||
Reference in New Issue
Block a user