MCPcopy
hub / github.com/kubeedge/kubeedge / EdgedLogsConnection

Struct EdgedLogsConnection

pkg/stream/edgedlogconnection.go:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type EdgedLogsConnection struct {
32 ReadChan chan *Message `json:"-"`
33 Stop chan struct{} `json:"-"`
34 MessID uint64 // message id
35 URL url.URL `json:"url"`
36 Header http.Header `json:"header"`
37}
38
39func (l *EdgedLogsConnection) GetMessageID() uint64 {
40 return l.MessID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected