Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyfxbookProvider ¶
type MyfxbookProvider struct {
Provider
}
func NewMyfxbookProvider ¶
func NewMyfxbookProvider() *MyfxbookProvider
func (*MyfxbookProvider) Get ¶
func (rcv *MyfxbookProvider) Get(accountConfig models.AccountConfig) models.AccountStats
type ProcessRequestHeadersAware ¶
type ProcessRequestHeadersAware struct { }
func (ProcessRequestHeadersAware) ProcessRequest ¶
func (rcv ProcessRequestHeadersAware) ProcessRequest(req *client.Request)
type Provider ¶
type Provider interface {
Get(url string) models.AccountStats
}
Interface for obtaining account statistics
Click to show internal directories.
Click to hide internal directories.