package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
EventSubscribe Event = "subscribe"
EventUnsubscribe Event = "unsubscribe"
)
type Message struct {
Event Event `json:"event"`
Spec MsgData `json:"spec"`
Id string `json:"id"`
}
type MsgData struct {
Account string `json:"account"`
Cluster string `json:"cluster"`
TrackingId string `json:"trackingId"`
Since *string `json:"since,omitempty"`
RecordVersion *int `json:"recordVersion"`
}
type Response struct {
Message string `json:"message"`
Timestamp time.Time `json:"timestamp"`
PodName string `json:"podName"`
ContainerName string `json:"containerName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.