Rename Target Frequency -> Interval.

pull/5/head
Julius Volz 2013-01-04 13:03:32 +01:00
parent 64dcf046b5
commit 45a3e0a182
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ type Target struct {
state TargetState
Address string
Frequency time.Duration
Interval time.Duration
}
// KEPT FOR LEGACY COMPATIBILITY; PENDING REFACTOR