workon/tmux/pane.go

8 lines
168 B
Go
Raw Normal View History

package tmux
type Pane struct {
Root string `yaml:"root,omitempty"`
Type string `yaml:"type,omitempty"`
Commands []string `yaml:"commands,omitempty"`
}