This commit is contained in:
2022-09-10 13:08:16 +02:00
parent 33ac911f9c
commit 78c0c309d7
5 changed files with 28 additions and 5 deletions

View File

@@ -28,6 +28,6 @@ func (hs *httpServer) Start(ctx context.Context) error {
return nil
}
func (hs *httpServer) Close(ctx context.Context) error {
func (hs *httpServer) Stop(ctx context.Context) error {
return nil
}