로그 추가
This commit is contained in:
@ -35,6 +35,7 @@ func NewHoustonHandler() HoustonServerWithHandler {
|
|||||||
for i := 0; i < tp.NumMethod(); i++ {
|
for i := 0; i < tp.NumMethod(); i++ {
|
||||||
method := tp.Method(i)
|
method := tp.Method(i)
|
||||||
methods[strings.ToLower(method.Name)] = method
|
methods[strings.ToLower(method.Name)] = method
|
||||||
|
logger.Println("houston handler has method :", method)
|
||||||
}
|
}
|
||||||
return &houstonHandler{
|
return &houstonHandler{
|
||||||
HoustonServer: NewServer(),
|
HoustonServer: NewServer(),
|
||||||
|
|||||||
Reference in New Issue
Block a user