This commit is contained in:
@@ -11,4 +11,6 @@ const ServiceNameHTTPServer = "core/http_server"
|
||||
var ErrHTTPServerIsInvalid = errors.New("HTTP server service implementation is invalid")
|
||||
|
||||
// HTTPServer is an interface for HTTP server service.
|
||||
//
|
||||
//nolint:iface
|
||||
type HTTPServer interface{}
|
||||
|
@@ -11,4 +11,6 @@ const ServiceNameOptions = "core/options"
|
||||
var ErrOptionsIsInvalid = errors.New("options service implementation is invalid")
|
||||
|
||||
// Options is an interface for options service.
|
||||
//
|
||||
//nolint:iface
|
||||
type Options interface{}
|
||||
|
Reference in New Issue
Block a user