houstonClient 종료시 houstonServer도 종료

This commit is contained in:
2023-06-29 10:19:57 +09:00
parent 6a35d7b1fe
commit cf46888b6a
2 changed files with 21 additions and 12 deletions

View File

@ -15,10 +15,6 @@ import (
"repositories.action2quare.com/ayo/gocommon/logger"
)
const (
defaultMaxMemory = 32 << 10 // 32 KB
)
type HoustonServerWithHandler interface {
HoustonServer
RegisterHandlers(serveMux *http.ServeMux, prefix string) error