type go.pact.im/x/plumb/internal/solve.DestInfo

12 uses

	go.pact.im/x/plumb/internal/solve (current package)
		solve.go#L60: type DestInfo struct {
		solve.go#L77: func (d *DestInfo) ReservedNames() map[string]bool {
		solve.go#L156: 	dest       *DestInfo
		solve.go#L205: func Set(name string, provs []*discover.Provider, destPath, outputBase string, dest *DestInfo, ctxt *types.Context) (*Plan, *diag.Error) {

	go.pact.im/x/plumb/internal/emit
		emit.go#L35: func File(importPath, packageName string, pkgs []*discover.Package, plans []*solve.Plan, dest *solve.DestInfo) *Result {
		emit.go#L86: func recordPlanPackages(pl *solve.Plan, q *qualifier, dest *solve.DestInfo, lifted map[string]bool) {
		emit.go#L103: func assignAliases(pkgs []*types.Package, needErrors bool, destPath string, lifted, setNames map[string]bool, dest *solve.DestInfo) (map[string]string, string, []string) {
		emit.go#L162: func renderPlan(pl *solve.Plan, q *qualifier, errorsAlias string, dest *solve.DestInfo, lifted map[string]bool) string {
		name.go#L26: func reservedIdents(dest *solve.DestInfo, lifted map[string]bool) map[string]bool {
		name.go#L34: func newAllocator(dest *solve.DestInfo, q *qualifier, lifted map[string]bool) *allocator {

	go.pact.im/x/plumb/internal/gen
		gen.go#L93: func buildDestInfo(opts Options, pkgs []*discover.Package) (*solve.DestInfo, *diag.Error) {
		gen.go#L94: 	di := &solve.DestInfo{PkgName: opts.PackageName, Names: map[string]string{}, Imports: map[string]string{}}