Versions in this module Expand all Collapse all v0 v0.1.1 Sep 3, 2025 v0.1.0 Sep 1, 2025 Changes in this version + const ProviderType + type Provider struct + func NewProvider(serviceAccount []byte) (*Provider, error) + func (p *Provider) Evaluate(ctx context.Context, query string) (bool, string, error) + func (p *Provider) Type() string