# Functions
NewStreamingConnectionManager creates an instance of WebsocketClientManager.
# Structs
StreamingConnectionManager is a client manager for streams.
No description provided by the author
# Interfaces
ActionDispatcher dispatches actions.
ClientManager is an interface for managing clients.
OctantClient is the interface responsible for sending streaming data to a users session, usually in a browser.
go:generate mockgen -destination=./fake/mock_state_manager.go -package=fake github.com/vmware-tanzu/octant/pkg/api StateManager StateManager manages states for WebsocketState.
StreamingClient is the interface responsible for sending and receiving streaming data to a users session, usually in a browser.
No description provided by the author