This commit is contained in:
nuknal
2024-05-08 17:28:20 +08:00
commit 3cd797cd4a
9 changed files with 301 additions and 0 deletions

12
params.go Normal file
View File

@@ -0,0 +1,12 @@
package main
type Params struct {
InputData string
OutputPath string
Satellite string
DataId string
LogFile string
TempPath string
Report string
Result string
}