api/types/jsonstream: Message: fix godoc

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-12-18 14:16:31 +01:00
parent faf002f421
commit 0fd5cc134b
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ package jsonstream
import "encoding/json"
// JSONMessage defines a message struct. It describes
// Message defines a message struct. It describes
// the created time, where it from, status, ID of the
// message. It's used for docker events.
// message.
type Message struct {
Stream string `json:"stream,omitempty"`
Status string `json:"status,omitempty"`

View File

@@ -2,9 +2,9 @@ package jsonstream
import "encoding/json"
// JSONMessage defines a message struct. It describes
// Message defines a message struct. It describes
// the created time, where it from, status, ID of the
// message. It's used for docker events.
// message.
type Message struct {
Stream string `json:"stream,omitempty"`
Status string `json:"status,omitempty"`