mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
add tests for main method
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
package config
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
RDirs []string
|
||||
Dirs []string
|
||||
LogFS bool
|
||||
LogPS bool
|
||||
RDirs []string
|
||||
Dirs []string
|
||||
LogFS bool
|
||||
LogPS bool
|
||||
DrainFor time.Duration
|
||||
TriggerEvery time.Duration
|
||||
}
|
||||
|
||||
func (c Config) String() string {
|
||||
|
||||
Reference in New Issue
Block a user