Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action string
Turbo Action type, Value can be APPEND|PREPEND|REPLACE|UPDATE|REMOVE
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a middleman between the websocket connection and the hub.
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub maintains the set of active clients and broadcasts messages to the clients.
type Stream ¶
type Stream struct { Action Action Template *template.Template Target string Data chan interface{} }
Stream Create a new Turbo stream with Action and Data channel.
Click to show internal directories.
Click to hide internal directories.