GoLSh/types/shell.go
2025-06-24 16:02:09 -05:00

11 lines
102 B
Go

package types
type Shell struct {
Cd string
}
type CmdOutput struct {
Id int
Output string
}