Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akmittal/turbo-go
/ types & classes
Types & classes
7 in github.com/akmittal/turbo-go
⨍
Functions
19
◇
Types & classes
7
TypeAlias
Action
Turbo Action type, Value can be APPEND|PREPEND|REPLACE|UPDATE|REMOVE
pkg/turbo/turbo.go:10
Struct
Client
Client is a middleman between the websocket connection and the hub.
pkg/turbo/client.go:29
Struct
Hub
Hub maintains the set of active clients and broadcasts messages to the clients.
pkg/turbo/hub.go:9
Struct
Message
examples/hotwire/message/message.go:3
Struct
Stream
use default options Stream Create a new Turbo stream with Action and Data channel.
pkg/turbo/stream.go:14
Struct
Turbo
Turbo Create a new Turbo update
pkg/turbo/turbo.go:23
Struct
Update
pkg/turbo/update.go:10