client

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLIHandlerFn

type CLIHandlerFn func() *cobra.Command

function to create the cli handler

type ProposalHandler

type ProposalHandler struct {
	CLIHandler  CLIHandlerFn
	RESTHandler RESTHandlerFn
}

The combined type for a proposal handler for both cli and rest

func NewProposalHandler

func NewProposalHandler(cliHandler CLIHandlerFn, restHandler RESTHandlerFn) ProposalHandler

NewProposalHandler creates a new ProposalHandler object

type RESTHandlerFn

type RESTHandlerFn func(client.Context) rest.ProposalRESTHandler

function to create the rest handler

func WrapPropposalRESTHandler added in v1.0.3

func WrapPropposalRESTHandler(h legacyclient.RESTHandlerFn) RESTHandlerFn

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL