htmgo/extensions/websocket/opts/opts.go

9 lines
156 B
Go
Raw Normal View History

2024-10-16 20:43:34 +00:00
package opts
import "github.com/maddalax/htmgo/framework/h"
type ExtensionOpts struct {
WsPath string
SessionId func(ctx *h.RequestContext) string
}