Documentation ¶
Index ¶
- Constants
- func WrapirisCreateRoutes(api *router.APIBuilder, methods []string, relativePath string, ...) []*router.Route
- func WrapirisHandleDir(api *router.APIBuilder, requestPath string, fsOrDir interface{}, ...) (routes []*router.Route)
- func WrapirishandleMany(c *mvc.ControllerActivator, method, path, funcName string, override bool, ...) []*router.Route
- func WrapneffosConnhandleMessage(c *neffos.Conn, msg neffos.Message) error
- func WrapneffosfireEvent(e neffos.Events, c *neffos.NSConn, msg neffos.Message) error
- func WrapneffosmakeEventFromMethod(v reflect.Value, method reflect.Method, eventMatcher neffos.EventMatcherFunc) (eventName string, cb neffos.MessageHandlerFunc)
- func WrapwebsocketUpgrade(ctx *context.Context, idGen websocket.IDGenerator, s *neffos.Server) *neffos.Conn
Constants ¶
View Source
const (
StorageIndexIris = tingyun3.StorageIndexIris
)
Variables ¶
This section is empty.
Functions ¶
func WrapirisCreateRoutes ¶
func WrapirisHandleDir ¶
func WrapirisHandleDir(api *router.APIBuilder, requestPath string, fsOrDir interface{}, opts ...router.DirOptions) (routes []*router.Route)
func WrapirishandleMany ¶
func WrapneffosfireEvent ¶
func WrapneffosmakeEventFromMethod ¶
func WrapneffosmakeEventFromMethod(v reflect.Value, method reflect.Method, eventMatcher neffos.EventMatcherFunc) (eventName string, cb neffos.MessageHandlerFunc)
func WrapwebsocketUpgrade ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.