10 lines
133 B
Go
10 lines
133 B
Go
|
package servlet
|
||
|
|
||
|
import (
|
||
|
cwf "git.loafle.net/commons_go/websocket_fasthttp"
|
||
|
)
|
||
|
|
||
|
type ServletHandlers struct {
|
||
|
cwf.SocketHandlers
|
||
|
}
|