Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface { fmt.Stringer // Supports indicates if this provider can handle a specific URL scheme Supports(url *url.URL) bool //Create a new log store from the corresponding URL New(ctx context.Context, url *url.URL) (models.LogStore, error) }
Provider defines a source that can create log stores
Click to show internal directories.
Click to hide internal directories.