package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Mar 19, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Config - configuration of app
Fill - filling the configuration with current data
type Line struct {
Number int `json:"number"`
Columns []string `json:"columns"`
}
Line - line in csv file
type Result struct {
DownloadLink string `json:"download_link"`
}
Result - result for response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.