v0

package
v0.0.0-...-08e015a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exchange

type Exchange struct {
	AvailablePairs            string      `json:"availablePairs,omitempty"`
	EnabledPairs              string      `json:"enabledPairs,omitempty"`
	PairsLastUpdated          int64       `json:"pairsLastUpdated,omitempty"`
	ConfigCurrencyPairFormat  *PairFormat `json:"configCurrencyPairFormat,omitempty"`
	RequestCurrencyPairFormat *PairFormat `json:"requestCurrencyPairFormat,omitempty"`
}

Exchange contains a sub-section of exchange config

type PairFormat

type PairFormat struct {
	Uppercase bool   `json:"uppercase"`
	Delimiter string `json:"delimiter,omitempty"`
	Separator string `json:"separator,omitempty"`
}

PairFormat contains pair formatting config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL