Versions in this module Expand all Collapse all v0 v0.14.0 Apr 20, 2026 Changes in this version + type Client struct + func NewClient() *Client + func (c *Client) Fetch(ctx context.Context, url string) ([]byte, error) + type Config struct + Format string + Service string + Source string + type Extractor struct + func New(logger log.Logger) *Extractor + func (e *Extractor) Extract(ctx context.Context, emit plugins.Emit) error + func (e *Extractor) Init(ctx context.Context, config plugins.Config) error