package commands type Command string const ( Leave string = "leave" Join string = "join" Headers string = "headers" )