Documentation ¶
Index ¶
Constants ¶
View Source
const ChartTmp = `` /* 2965-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func DispFile ¶
func DispFile(w http.ResponseWriter, r *http.Request)
Displays a paticular file in a folder
func ListFiles ¶
func ListFiles(w http.ResponseWriter, r *http.Request)
Lists the Files in the current folder.
func StartServer ¶
func StartServer()
Types ¶
type Timeseries ¶
FIXME: In future maybe this can be changed to time.Time but this is a good start
func New ¶
func New() Timeseries
func ReadCSV ¶
func ReadCSV(d []byte) (Timeseries, error)
func (Timeseries) SortedCoordinates ¶
func (t Timeseries) SortedCoordinates() ([]time.Time, []float64)
Click to show internal directories.
Click to hide internal directories.