Documentation ¶
Overview ¶
Package cmdservice implements hosting of command-sets which can be called by clients via an HTTP-based API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Wrap ¶
func Wrap(f func(ipc.MessageContext) ipc.Response) webservice.HandlerFunc
Types ¶
type Command ¶
type Command struct { commands.Command Handler webservice.HandlerFunc }
Click to show internal directories.
Click to hide internal directories.