type golang.org/x/tools/internal/gocommand.Invocation
15 uses
golang.org/x/tools/internal/gocommand (current package)
invoke.go#L56: func (runner *Runner) Run(ctx context.Context, inv Invocation) (*bytes.Buffer, error) {
invoke.go#L63: func (runner *Runner) RunPiped(ctx context.Context, inv Invocation, stdout, stderr io.Writer) error {
invoke.go#L70: func (runner *Runner) RunRaw(ctx context.Context, inv Invocation) (*bytes.Buffer, *bytes.Buffer, error, error) {
invoke.go#L90: func (runner *Runner) runConcurrent(ctx context.Context, inv Invocation) (*bytes.Buffer, *bytes.Buffer, error, error) {
invoke.go#L104: func (runner *Runner) runPiped(ctx context.Context, inv Invocation, stdout, stderr io.Writer) (error, error) {
invoke.go#L133: type Invocation struct {
invoke.go#L155: func (i *Invocation) runWithFriendlyError(ctx context.Context, stdout, stderr io.Writer) (friendlyError error, rawError error) {
invoke.go#L171: func (i *Invocation) run(ctx context.Context, stdout, stderr io.Writer) error {
vendor.go#L41: func VendorEnabled(ctx context.Context, inv Invocation, r *Runner) (bool, *ModuleJSON, error) {
vendor.go#L83: func getMainModuleAnd114(ctx context.Context, inv Invocation, r *Runner) (*ModuleJSON, bool, error) {
version.go#L23: func GoVersion(ctx context.Context, inv Invocation, r *Runner) (int, error) {
version.go#L62: func GoVersionOutput(ctx context.Context, inv Invocation, r *Runner) (string, error) {
golang.org/x/tools/go/internal/packagesdriver
sizes.go#L19: func GetSizesGolist(ctx context.Context, inv gocommand.Invocation, gocmdRunner *gocommand.Runner) (types.Sizes, error) {
golang.org/x/tools/go/packages
golist.go#L901: func (state *golistState) cfgInvocation() gocommand.Invocation {
golist.go#L903: return gocommand.Invocation{