Documentation ¶
Overview ¶
Package guggy implements a Service which adds !commands for Guggy.
Index ¶
Constants ¶
View Source
const ServiceType = "guggy"
ServiceType of the Guggy service
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { types.DefaultService // The Guggy API key to use when making HTTP requests to Guggy. APIKey string `json:"api_key"` }
Service contains the Config fields for the Guggy service.
Example request:
{ "api_key": "fkweugfyuwegfweyg" }
Click to show internal directories.
Click to hide internal directories.