Sign in
vanadium
/
release.go.x.ref
/
af99c97ef1c484e8283ef78309e06be667be4ba6
/
.
/
runtimes
/
google
/
ipc
/
resolve_internal_test.go
blob: 0d3268d31c07b79ea7589f6ca1269f69fe2210b2 [
file
] [
log
] [
blame
]
package ipc
import (
"v.io/core/veyron2/ipc"
)
func InternalServerResolveToEndpoint(s ipc.Server, name string) (string, error) {
return s.(*server).resolveToEndpoint(name)
}