Documentation ¶
Index ¶
Constants ¶
View Source
const QueryLogTimeout = 20 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StackdriverClient ¶
type StackdriverClient struct {
// contains filtered or unexported fields
}
func New ¶
func New(credentialsFile, projectName, logName string) *StackdriverClient
func (*StackdriverClient) ImplementsAdvancedFilters ¶ added in v0.3.0
func (client *StackdriverClient) ImplementsAdvancedFilters() bool
func (*StackdriverClient) ListLogs ¶
func (client *StackdriverClient) ListLogs() ([]string, error)
func (*StackdriverClient) Query ¶
func (client *StackdriverClient) Query(ctx context.Context, query common.Query) <-chan common.LogMessage
Click to show internal directories.
Click to hide internal directories.