package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Sep 12, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CommHandler struct {
Handler Handler
}
func (*CommHandler) Run ¶
该接口的实现是为了 cronjob
type Handler interface {
ServeHandle(ctx context.Context, request interface{}) (interface{}, error)
}
Handler 通用接口
Source Files
¶
Click to show internal directories.
Click to hide internal directories.