Documentation ¶ Index ¶ type Provider type Providers func (p Providers) Find(providerName string) Provider func (p Providers) Identify(defaultProvider string, nsConfig api.Config, details app.Details) (Provider, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider interface { Stream(ctx context.Context, nsConfig api.Config, details app.Details, options config.LogStreamOptions) error } type Providers ¶ type Providers map[string]Provider func (Providers) Find ¶ func (p Providers) Find(providerName string) Provider func (Providers) Identify ¶ func (p Providers) Identify(defaultProvider string, nsConfig api.Config, details app.Details) (Provider, error) Source Files ¶ View all Source files provider.go providers.go Directories ¶ Show internal Expand all Path Synopsis aws cloudwatch Click to show internal directories. Click to hide internal directories.