Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultService ¶
type DefaultService struct {
// contains filtered or unexported fields
}
func NewDefaultService ¶
func NewDefaultService() *DefaultService
func (*DefaultService) GetCurrencies ¶
func (s *DefaultService) GetCurrencies() ([]*Currency, error)
func (*DefaultService) GetIndicators ¶
func (s *DefaultService) GetIndicators() (*Indicators, error)
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) Currencies ¶
func (h *Handler) Currencies() gin.HandlerFunc
func (*Handler) Indicators ¶
func (h *Handler) Indicators() gin.HandlerFunc
type Indicators ¶
Click to show internal directories.
Click to hide internal directories.