github.com/jackc/pgpassfile.Entry.Port (field)

4 uses

	github.com/jackc/pgpassfile (current package)
		pgpass.go#L15: 	Port     string
		pgpass.go#L88: 		Port:     parts[1],
		pgpass.go#L103: 			(e.Port == "*" || e.Port == port) &&