Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 Changes in this version + type CLIHandlerFn func() *cobra.Command + type ProposalHandler struct + CLIHandler CLIHandlerFn + RESTHandler RESTHandlerFn + func NewProposalHandler(cliHandler CLIHandlerFn, restHandler RESTHandlerFn) ProposalHandler + type RESTHandlerFn func(client.Context) rest.ProposalRESTHandler