Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Links []string `json:"links"`
Port int `json:"port"`
IP string `json:"ip"`
Domains []string `json:"domains"`
EnableServer bool `json:"enable_server"`
WithEq bool `json:"with_eq"`
FilterLines []int `json:"filter_lines"`
AddLines []AddLine `json:"add_lines"`
AddSum bool `json:"add_sum"`
SumSymbols string `json:"sum_symbols"`
UpdateInterval int `json:"update_interval"`
WriteToCSV bool `json:"write_to_csv"`
CSVPath string `json:"csv_path"`
WriteToTXT bool `json:"write_to_txt"`
TXTPath string `json:"txt_path"`
TXTEncoding string `json:"txt_encoding"`
DatasetName string `json:"dataset_name"`
Debug bool `json:"debug"`
StopOnLineCountChange bool `json:"stop_on_line_count_change"`
}
func (*Config) FilterLinesZeroIndexed ¶
FilterLinesZeroIndexed returns filter lines converted to zero-based indices
Click to show internal directories.
Click to hide internal directories.