mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 19:07:13 +00:00
10 lines
111 B
Go
10 lines
111 B
Go
package structs
|
|
|
|
import "time"
|
|
|
|
type LogStreamOptions struct {
|
|
Filter string
|
|
Follow bool
|
|
Since time.Time
|
|
}
|