mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 07:31:03 +00:00
9 lines
139 B
Go
9 lines
139 B
Go
package streamer
|
|
|
|
import "github.com/moby/term"
|
|
|
|
type CommonStream struct {
|
|
Fd uintptr
|
|
IsTerminal bool
|
|
State *term.State
|
|
}
|