package
0.25.1
Repository: https://github.com/vmware-tanzu/octant.git
Documentation: pkg.go.dev

# Packages

Package fake is a generated GoMock package.
No description provided by the author

# 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