Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { handlers.HandlerLogger // contains filtered or unexported fields }
Handler ハンドラーの実装例
func NewHandler ¶
NewHandler .
func (*Handler) ConfigPath ¶ added in v0.1.0
ConfigPath CustomHandlerインターフェースの実装
func (*Handler) Handle ¶
func (h *Handler) Handle(req *handler.HandleRequest, sender handlers.ResponseSender) error
Handle Coreからのメッセージのハンドリング
func (*Handler) ListenAddress ¶
ListenAddress CustomHandlerインターフェースの実装
Click to show internal directories.
Click to hide internal directories.