调整目录结构
This commit is contained in:
8
internal/app/webhook/transport.go
Normal file
8
internal/app/webhook/transport.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package webhook
|
||||
|
||||
import "net/http"
|
||||
|
||||
// ListenHandler 是一个监听器, 用于监听设备上行事件
|
||||
type ListenHandler interface {
|
||||
Handler() http.HandlerFunc
|
||||
}
|
||||
Reference in New Issue
Block a user