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 Wrap ¶
func Wrap(f func(ipc.TwitchMessageContext) ipc.TwitchMessageResponse) webservice.HandlerFunc
Types ¶
type BP ¶
type BP struct { Service string Bind, Self string WS *webservice.Server }
type Command ¶
type Command struct { ipc.Command Handler webservice.HandlerFunc }
Click to show internal directories.
Click to hide internal directories.