Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(moduleLoader *module.ModuleLoader, moduleInvoker *module.ModuleInvoker) *Handler
func (*Handler) Handle ¶
func (h *Handler) Handle(ctx *fasthttp.RequestCtx)
func (*Handler) Health ¶
func (h *Handler) Health(ctx *fasthttp.RequestCtx)
type InvokeRequest ¶
type InvokeResponse ¶
type InvokeResponse struct {
Result string `json:"result"`
}
Click to show internal directories.
Click to hide internal directories.