| 17 | } |
| 18 | |
| 19 | type LogCacheMessage struct { |
| 20 | colorLogger ColorLogger |
| 21 | msg sharedaction.LogMessage |
| 22 | } |
| 23 | |
| 24 | func NewLogCacheMessage(c ColorLogger, m sharedaction.LogMessage) *LogCacheMessage { |
| 25 | return &LogCacheMessage{ |
nothing calls this directly
no outgoing calls
no test coverage detected