Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/compose
/ JsonMessage
Struct
JsonMessage
pkg/compose/plugins.go:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
)
41
42
type
JsonMessage
struct
{
43
Type string `json:
"type"
`
44
Message string `json:
"message"
`
45
}
46
47
const
(
48
ErrorType =
"error"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected