Versions in this module Expand all Collapse all v0 v0.0.4 Jan 3, 2025 Changes in this version + type CallFunc func(method string, params any, result any) + type Context struct + Call CallFunc + Context contextpkg.Context + Method string + Notify NotifyFunc + Params json.RawMessage + type Handler interface + Handle func(context *Context) (result any, validMethod bool, validParams bool, err error) + type NotifyFunc func(method string, params any)