mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
add the DefaultIDGenerator as variable to the iris neffos helpers
Former-commit-id: db0f6361823c99969ccd6da06db560177c45dade
This commit is contained in:
parent
7e6dc3240a
commit
69171e844d
|
@ -27,6 +27,9 @@ var (
|
|||
//
|
||||
// See examples for more.
|
||||
New = neffos.New
|
||||
// DefaultIDGenerator returns a universal unique identifier for a new connection.
|
||||
// It's the default `IDGenerator` for `Server`.
|
||||
DefaultIDGenerator = neffos.DefaultIDGenerator
|
||||
|
||||
// GorillaDialer is a `Dialer` type for the gorilla/websocket subprotocol implementation.
|
||||
// Should be used on `Dial` to create a new client/client-side connection.
|
||||
|
|
Loading…
Reference in New Issue
Block a user