MCPcopy Create free account
hub / github.com/cloudfoundry/cli / LogCacheMessage

Struct LogCacheMessage

cf/api/logs/log_cache_message.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type LogCacheMessage struct {
20 colorLogger ColorLogger
21 msg sharedaction.LogMessage
22}
23
24func NewLogCacheMessage(c ColorLogger, m sharedaction.LogMessage) *LogCacheMessage {
25 return &LogCacheMessage{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected