convox/pkg/structs/options.go
David Dollar 473a4937f3
init
2019-08-16 15:49:19 -04:00

10 lines
111 B
Go

package structs
import "time"
type LogStreamOptions struct {
Filter string
Follow bool
Since time.Time
}