github.com/coder/websocket.DialOptions.OnPingReceived (field)

2 uses

	github.com/coder/websocket (current package)
		dial.go#L56: 	OnPingReceived func(ctx context.Context, payload []byte) bool
		dial.go#L181: 		onPingReceived: opts.OnPingReceived,