package
Version:
v0.3.8
Opens a new window with list of versions in this module.
Published: Jun 27, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chart struct {
Result []Result
}
type Indicators struct {
Quote []Quote
}
type Meta struct {
Currency string
}
type Quote struct {
Close []float64
}
type Response struct {
Chart Chart
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.