# Functions
Marshal converts a command into its byte representation.
New returns a new Command wrapping a proto.Message implementation.
NewExecutor returns a new instance of the Executor type that will execute Command instances via the given LogApplier.
Unmarshal converts a byte slice into a Command.
# Variables
ErrNotLeader is the error given when trying to execute a Command on a node that is not the leader.
# Interfaces
No description provided by the author