Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Row ¶
type Row struct {
Values []string
}
Row is a data structure to store Rows, mostly for my sanity
type Table ¶
type Table struct {
Data []Row
}
Table is the base operational data type in this package
func ReadCSVFromURL ¶
ReadCSVFromURL reads a CSV file from a remote URL
func (Table) GetCurrentFromUID ¶
GetCurrentFromUID gets the latest situational data from a CSV file(specific to my usecase)
Click to show internal directories.
Click to hide internal directories.