loggingaction

package
v6.49.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StagingLog      = "STG"
	RecentLogsLines = 100
)

Variables

This section is empty.

Functions

func GetStreamingLogs

func GetStreamingLogs(appGUID string, client LogCacheClient) (<-chan LogMessage, <-chan error, context.CancelFunc)

Types

type LogCacheClient

type LogCacheClient interface {
	Read(
		ctx context.Context,
		sourceID string,
		start time.Time,
		opts ...logcache.ReadOption,
	) ([]*loggregator_v2.Envelope, error)
}

LogCacheClient is a client for getting logs.

type LogMessage

type LogMessage struct {
	Message        string
	MessageType    string
	Timestamp      time.Time
	SourceType     string
	SourceInstance string
}

func GetRecentLogs

func GetRecentLogs(appGUID string, client LogCacheClient) ([]LogMessage, error)

func (LogMessage) Staging

func (l LogMessage) Staging() bool

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL