Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogCacheRepository ¶
func NewLogCacheRepository( client sharedaction.LogCacheClient, recentLogsFunc func(appGUID string, client sharedaction.LogCacheClient) ([]sharedaction.LogMessage, error), getStreamingLogsFunc func(appGUID string, client sharedaction.LogCacheClient) (<-chan sharedaction.LogMessage, <-chan error, context.CancelFunc), ) *logCacheRepository
Types ¶
type ColorLogger ¶
type LogCacheMessage ¶
type LogCacheMessage struct {
// contains filtered or unexported fields
}
func NewLogCacheMessage ¶
func NewLogCacheMessage(c ColorLogger, m sharedaction.LogMessage) *LogCacheMessage
func (*LogCacheMessage) GetSourceName ¶
func (m *LogCacheMessage) GetSourceName() string
func (*LogCacheMessage) ToSimpleLog ¶
func (m *LogCacheMessage) ToSimpleLog() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.