Documentation ¶
Overview ¶
templ: version: v0.2.707
Index ¶
Constants ¶
View Source
const PathProxyEvents = "/_templiér/events"
PathProxyEvents defines the path for templier proxy websocket events endpoint. This path is very unlikely to collide with any path used by the app server.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New( httpClient *http.Client, stateTracker *state.Tracker, reloadInitiated *broadcaster.SignalBroadcaster, reload *broadcaster.SignalBroadcaster, config Config, ) *Server
Click to show internal directories.
Click to hide internal directories.