github.com/projecteru2/core@v0.0.0-20240321043226-06bcc1c23f58/types/log.go (about)

     1  package types
     2  
     3  // LogStreamOptions log stream options
     4  type LogStreamOptions struct {
     5  	ID     string
     6  	Tail   string
     7  	Since  string
     8  	Until  string
     9  	Follow bool
    10  }