package cliobjects type Submit struct { Account string } type Delete struct { Account string }