models

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DirectoryDownload string
	PrefixFile        string
	AppUrl            string
	AppPort           string
}

Config - configuration of app

func (*Config) Fill

func (c *Config) Fill()

Fill - filling the configuration with current data

type Line

type Line struct {
	Number  int      `json:"number"`
	Columns []string `json:"columns"`
}

Line - line in csv file

type Result

type Result struct {
	DownloadLink string `json:"download_link"`
}

Result - result for response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL