Versions in this module Expand all Collapse all v0 v0.1.22 May 19, 2024 v0.1.20 Sep 12, 2022 Changes in this version + type Binder struct + RemapPath func(s string) string + func NewBinder(m Mode) *Binder + func (b *Binder) ASM() io.Reader + func (b *Binder) Create(pkg bind.Package, files []*bind.Function) error + func (b *Binder) GO() io.Reader + func (b *Binder) JS() io.Reader + type Mode uint64 + const Release + const Test + type Parser struct + PackagesConfig *packages.Config + func NewParser() *Parser + func (p *Parser) ParseFile(pkg string, fset *token.FileSet, file *ast.File) (b []*bind.Function, err error) + func (p *Parser) ParsePackage(pkg *packages.Package) ([]*bind.Function, error) + func (p *Parser) ParsePackages(dir string) (map[bind.Package][]*bind.Function, error)