mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-04 20:14:56 +00:00
WIP
This commit is contained in:
@@ -4,9 +4,10 @@ type ControlSocketMessageType string
|
||||
|
||||
const (
|
||||
TAPPING_STATUS_MESSAGE_TYPE ControlSocketMessageType = "tappingStatus"
|
||||
TAPPED_MESSAGE_TYPE ControlSocketMessageType = "tappedMessage"
|
||||
)
|
||||
|
||||
type ControlSocketMessage struct {
|
||||
type MizuSocketMessage struct {
|
||||
MessageType ControlSocketMessageType `json:"messageType"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
@@ -19,4 +20,3 @@ type TapStatus struct {
|
||||
type PodInfo struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user