package rest_websocket import ( "context" "git.ali33.ru/fcg-xvii/go-tools/json" "git.ali33.ru/fcg-xvii/rest" ) type appConfig struct { app rest.IApplicationStream core any ctx context.Context tokenGenerator func(json.Map, int64) (string, error) tokenParser func(tokenString string) (json.Map, error) }