Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config *config.Config
Config is a pointer to the global config object
Functions ¶
This section is empty.
Types ¶
type OnCallData ¶
type OnCallResponse ¶
type OnCallResponse struct {
OnCallData []OnCallData `json:"data"`
Message string `json:"message"`
RequestID string `json:"requestId"`
Took float32 `json:"took"`
}
func Fetch ¶
func Fetch() (*OnCallResponse, error)
Click to show internal directories.
Click to hide internal directories.