Versions in this module Expand all Collapse all v0 v0.1.0 Jun 1, 2026 Changes in this version + type Source struct + func FromData(data []byte) (*Source, error) + func FromFile(path string) (*Source, error) + func FromURL(raw string) (*Source, error) + func FromV3Doc(doc *openapi3.T) *Source + func (s *Source) Operations(_ context.Context) ([]ir.Operation, error)