package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev

# Functions

GetStellarToml returns stellar.toml file for a given domain.
GetStellarTomlByAddress returns stellar.toml file of a domain fetched from a given address.

# Constants

StellarTomlMaxSize is the maximum size of stellar.toml file.
WellKnownPath represents the url path at which the stellar.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 Stellar.toml file using the internet.
MockClient is a mockable stellartoml client.
Response represents the results of successfully resolving a stellar.toml file.

# Interfaces

No description provided by the author
HTTP represents the http client that a stellertoml resolver uses to make http requests.