Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 v0.1.0 May 12, 2022 Changes in this version + type Set struct + func Decode(pkg *types.Package, read func(packagePath string) ([]byte, error)) (*Set, error) + func (s *Set) AllObjectFacts(filter map[reflect.Type]bool) []analysis.ObjectFact + func (s *Set) AllPackageFacts(filter map[reflect.Type]bool) []analysis.PackageFact + func (s *Set) Encode() []byte + func (s *Set) ExportObjectFact(obj types.Object, fact analysis.Fact) + func (s *Set) ExportPackageFact(fact analysis.Fact) + func (s *Set) ImportObjectFact(obj types.Object, ptr analysis.Fact) bool + func (s *Set) ImportPackageFact(pkg *types.Package, ptr analysis.Fact) bool + func (s *Set) String() string