• Pavle Batuta's avatar
    Add multiresolver (#605) · 0e223cb1
    Pavle Batuta authored
    Multiresolver allows to resolve a name using multiple resolver chains.
    Chains are selected using the TLD of the name (if no TLD is present, we use the default).
    A chain resolves a name by consecutively calling Resolve on each element.
    The name is resolved when the first resolver succeeds. It fails if all resolvers fail.
    0e223cb1
Name
Last commit
Last update
.githooks Loading commit data...
.github Loading commit data...
cmd Loading commit data...
openapi Loading commit data...
pkg Loading commit data...
.deepsource.toml Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yml Loading commit data...
.goreleaser.yml Loading commit data...
CODING.md Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
install.sh Loading commit data...
version.go Loading commit data...