go.pact.im/x/plumb/internal/discover.Provider.ConvertTo (field)
8 uses
go.pact.im/x/plumb/internal/discover (current package)
discover.go#L496: ConvertTo: targetType,
provider.go#L82: ConvertTo types.Type // KindConvert: the target type produced
go.pact.im/x/plumb/internal/emit
render.go#L41: target := q.typeString(p.ConvertTo)
render.go#L42: if convNeedsParens(p.ConvertTo) {
go.pact.im/x/plumb/internal/solve
checks.go#L24: if p.Kind == discover.KindConvert && gotypes.ContainsInvalid(p.ConvertTo) {
checks.go#L53: if obj, bad := findUnreachable(p.ConvertTo, s.destPath); bad {
checks.go#L54: return diag.Errorf(p.Pos, diag.ErrUnreachableType, "conversion target type %s from package %q (%s is unexported)", gotypes.TypeName(p.ConvertTo), obj.Pkg().Path(), obj.Name())
instance.go#L114: in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: p.ConvertTo}}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)