()
| 618 | func (o options) Args() []string { return o.OptArgs } |
| 619 | func (o options) Command() string { return o.OptCommand } |
| 620 | func (o options) Dir() string { return o.OptDir } |
| 621 | func (o options) Interval() time.Duration { return time.Duration(o.OptInterval) * time.Second } |
| 622 | func (o options) PidFile() string { return o.OptPidFile } |
| 623 | func (o options) Ports() []string { return o.OptPorts } |
no outgoing calls
no test coverage detected