Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Billing ¶
type Billing interface {
Create(u domain.User) service.BillingCreateResponse
}
Billing is interface of billing app http
type IExchange ¶
type IExchange interface { Ticker(p valueobject.Pair) valueobject.Ticker Ohlc(p valueobject.Pair, t valueobject.Timeunit) []valueobject.CandleStick }
IExchange is interface of bitcoin exchange
Click to show internal directories.
Click to hide internal directories.