service backend
This commit is contained in:
6
api/pkg/server/server.go
Normal file
6
api/pkg/server/server.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package server
|
||||
|
||||
type Application interface {
|
||||
Shutdown()
|
||||
Start() error
|
||||
}
|
||||
Reference in New Issue
Block a user