Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LOGGER = logging.MustGetLogger("stellarconfig")
View Source
var (
MOCK_DOMAIN = "mock.rdfi.gftn.io"
)
Functions ¶
This section is empty.
Types ¶
type MockStellarConfigFinder ¶
type MockStellarConfigFinder struct { }
func (MockStellarConfigFinder) GetStellarConfigForDomain ¶
func (MockStellarConfigFinder) GetStellarConfigForDomain(domain string) (StellarConfig, error)
type RestStellarConfigFinder ¶
type RestStellarConfigFinder struct { StellarConfigRemaps map[string]string StellarConfigScheme string }
func CreateRestStellarConfigFinder ¶
func CreateRestStellarConfigFinder() (RestStellarConfigFinder, error)
func (RestStellarConfigFinder) GetStellarConfigForDomain ¶
func (finder RestStellarConfigFinder) GetStellarConfigForDomain(domain string) (StellarConfig, error)
type StellarConfig ¶
type StellarConfigFinder ¶
type StellarConfigFinder interface {
GetStellarConfigForDomain(domain string) (StellarConfig, error)
}
Click to show internal directories.
Click to hide internal directories.