package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev
# Functions
GetStellarToml returns digitalbits.toml file for a given domain.
GetStellarTomlByAddress returns digitalbits.toml file of a domain fetched from a given address.
# Constants
StellarTomlMaxSize is the maximum size of digitalbits.toml file.
WellKnownPath represents the url path at which the digitalbits.toml file should exist to conform to the federation protocol.
# Variables
DefaultClient is a default client using the default parameters.
# Structs
Client represents a client that is capable of resolving a digitalits.toml file using the internet.
MockClient is a mockable digitalbitstoml client.
Response represents the results of successfully resolving a digitalbits.toml file.
# Interfaces
HTTP represents the http client that a stellertoml resolver uses to make http requests.