htmgo/extensions/websocket/opts/opts.go
2024-10-16 15:43:34 -05:00

8 lines
156 B
Go

package opts
import "github.com/maddalax/htmgo/framework/h"
type ExtensionOpts struct {
WsPath string
SessionId func(ctx *h.RequestContext) string
}