mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Merge pull request #51760 from thaJeztah/fix_godoc
api/types/jsonstream: Message: fix godoc
This commit is contained in:
@@ -2,9 +2,9 @@ package jsonstream
|
|||||||
|
|
||||||
import "encoding/json"
|
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
|
// the created time, where it from, status, ID of the
|
||||||
// message. It's used for docker events.
|
// message.
|
||||||
type Message struct {
|
type Message struct {
|
||||||
Stream string `json:"stream,omitempty"`
|
Stream string `json:"stream,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
|
|||||||
4
vendor/github.com/moby/moby/api/types/jsonstream/message.go
generated
vendored
4
vendor/github.com/moby/moby/api/types/jsonstream/message.go
generated
vendored
@@ -2,9 +2,9 @@ package jsonstream
|
|||||||
|
|
||||||
import "encoding/json"
|
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
|
// the created time, where it from, status, ID of the
|
||||||
// message. It's used for docker events.
|
// message.
|
||||||
type Message struct {
|
type Message struct {
|
||||||
Stream string `json:"stream,omitempty"`
|
Stream string `json:"stream,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user