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