Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func LoadStaticFiles ¶
func LoadStaticFiles() (*staticFiles, error)
Types ¶
type HTTPClientServer ¶
type HTTPClientServer struct { *echo.Echo // contains filtered or unexported fields }
func NewHTTPClientServer ¶
func NewHTTPClientServer(ctx context.Context, cfg *Config) (*HTTPClientServer, error)
type HostHeaderTransport ¶
type HostHeaderTransport struct { http.RoundTripper Host string }
type TemplateRenderer ¶
type WebsocketUDPProxy ¶
type WebsocketUDPProxy struct { Upgrader *websocket.Upgrader // contains filtered or unexported fields }
WebsocketUDPProxy
func (*WebsocketUDPProxy) ServeHTTP ¶
func (w *WebsocketUDPProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.