Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DataTranspose tk.M FileCount = 0 DraftDir = "Draft" ProcessDir = "Process" SuccessDir = "Success" ReaderConfigFile = "conf/reader.conf" )
Functions ¶
This section is empty.
Types ¶
type DataReader ¶
type DataReader struct { FileLocation string PathProcess string PathRoot string PathUpload string SSHUser string SSHServer string ZipName string FileName string }
func NewDataReader ¶
func NewDataReader(fileLocation string, pathProcess string, pathRoot string, pathUpload, sshuser, sshserver string) *DataReader
func (*DataReader) SendFile ¶
func (c *DataReader) SendFile(filename string)
func (*DataReader) WriteFileSend ¶
func (c *DataReader) WriteFileSend(_txt string)
Click to show internal directories.
Click to hide internal directories.