Fixes + stable gateway ids
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package server provides the discovery service application factory.
|
||||
package server
|
||||
|
||||
import (
|
||||
@@ -6,6 +7,8 @@ import (
|
||||
"github.com/tech/sendico/pkg/server"
|
||||
)
|
||||
|
||||
// Create initialises and returns a new discovery server application.
|
||||
//
|
||||
//nolint:ireturn // factory returns interface by design
|
||||
func Create(logger mlogger.Logger, file string, debug bool) (server.Application, error) {
|
||||
return serverimp.Create(logger, file, debug) //nolint:wrapcheck
|
||||
|
||||
Reference in New Issue
Block a user