Versions in this module Expand all Collapse all v0 v0.0.4 Mar 17, 2025 Changes in this version + func NewTool(c Client, opts contract.ToolOptions[Client]) *defaultTool + type Blackbox interface + type Client interface + AuthenticateOIDCToken func(ctx context.Context, r *http.Request, ...) (*structcup.AuthResponse, error) + AuthenticateOIDCTokenWithPrefix func(ctx context.Context, r *http.Request, ...) (*structcup.AuthResponse, error) + CreateOIDCToken func(ctx context.Context, fsys fs.ReadFileFS, credentialsPath string, ...) (*oauth2.Token, error) + func NewClient(fr contract.FSysFileReader) (Client, error)