diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-16 17:52:27 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-16 17:52:27 +0200 |
commit | f5af422e4dd813b19f475e41e3f79bf2e789382c (patch) | |
tree | 2275204ecfa548e994f78f40e4b5da1c03d2bfdf | |
parent | 4f1ee7071853fcf7174d98cfb2518c28f3cbfdd8 (diff) |
interval config option
-rw-r--r-- | config.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,12 +3,14 @@ package main import ( "encoding/json" "os" + "time" ) type config struct { User string Passwd string Link string + Interval time.Duration PrefixLen int Records4 []int Records6 []int |