Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Store = NewStore()
Functions ¶
This section is empty.
Types ¶
type StateData ¶
type StateData struct { ClusterEventPublish map[string][]chan *model.ClusterEventResponse ConnectedCluster map[string]chan *model.ClusterActionResponse WorkflowEventPublish map[string][]chan *model.WorkflowRun WorkflowLog map[string]chan *model.PodLogResponse KubeObjectData map[string]chan *model.KubeObjectResponse DashboardData map[string]chan *model.DashboardPromResponse Mutex *sync.Mutex }
StateData has an application state, contains channels and mutexes used for subscriptions
Click to show internal directories.
Click to hide internal directories.