Documentation
¶
Index ¶
- Variables
- func Actions() map[string]Action
- func RegisterAction(name string, action Action)
- type Action
- type ActionResponse
- func AnonuuidAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func BafelbishAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func BolosseumConnectfourAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func BolosseumGenericAction(bot bolosseumbot.BolosseumBot, qs string, stdin io.Reader) (*ActionResponse, error)
- func BolosseumTictactoeAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func EinsteinriddleAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func JsonResponse(obj interface{}) *ActionResponse
- func MillipedeAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func NoansiAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func PlainResponse(body interface{}) *ActionResponse
- func SapinAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func ShikakuAction(qs string, stdin io.Reader) (*ActionResponse, error)
- func SshkeysAction(qs string, stdin io.Reader) (*ActionResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionsMap map[string]Action
Functions ¶
func RegisterAction ¶
Types ¶
type ActionResponse ¶
func AnonuuidAction ¶
func AnonuuidAction(qs string, stdin io.Reader) (*ActionResponse, error)
func BafelbishAction ¶
func BafelbishAction(qs string, stdin io.Reader) (*ActionResponse, error)
func BolosseumConnectfourAction ¶
func BolosseumConnectfourAction(qs string, stdin io.Reader) (*ActionResponse, error)
func BolosseumGenericAction ¶
func BolosseumGenericAction(bot bolosseumbot.BolosseumBot, qs string, stdin io.Reader) (*ActionResponse, error)
func BolosseumTictactoeAction ¶
func BolosseumTictactoeAction(qs string, stdin io.Reader) (*ActionResponse, error)
func EinsteinriddleAction ¶
func EinsteinriddleAction(qs string, stdin io.Reader) (*ActionResponse, error)
func JsonResponse ¶
func JsonResponse(obj interface{}) *ActionResponse
func MillipedeAction ¶
func MillipedeAction(qs string, stdin io.Reader) (*ActionResponse, error)
func NoansiAction ¶
func NoansiAction(qs string, stdin io.Reader) (*ActionResponse, error)
func PlainResponse ¶
func PlainResponse(body interface{}) *ActionResponse
func SapinAction ¶
func SapinAction(qs string, stdin io.Reader) (*ActionResponse, error)
func ShikakuAction ¶
func ShikakuAction(qs string, stdin io.Reader) (*ActionResponse, error)
func SshkeysAction ¶
func SshkeysAction(qs string, stdin io.Reader) (*ActionResponse, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.