internal

package
v2.0.0-...-3bfbfc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoPackage

type GoPackage struct {
	PkgPath         string
	Errors          []packages.Error
	CompiledGoFiles []string
	Syntax          []*ast.File
	Types           *types.Package
	TypesInfo       *types.Info
}

GoPackage is the scope of *packages.GoPackage that is needed for cff.

func NewPackage

func NewPackage(pkg *packages.Package) *GoPackage

func (*GoPackage) ToPackage

func (g *GoPackage) ToPackage() *packages.Package

Directories

Path Synopsis
mockgen

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL