Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Interface to resolve reverse-domain interface names to
# service adresses
interface org.varlink.resolver
# Get a list of all resolvable interfaces and information
# about the resolver's identity.
method GetInfo() -> (
vendor: string,
product: string,
version: string,
url: string,
interfaces: []string
)
# Resolve an interface name to a registered varlink service address
method Resolve(interface: string) -> (address: string)
error InterfaceNotFound (interface: string)