You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
240 B
Go

package nnet
import (
ctxpkg "github.com/noahlann/nnet/pkg/context"
routerpkg "github.com/noahlann/nnet/pkg/router"
)
// Context 上下文接口
type Context = ctxpkg.Context
// Handler 处理器函数
type Handler = routerpkg.Handler