Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIHandler ¶
APIHandler interface defines the method that all API handlers must implement
type APIInfo ¶
type APIInfo struct {
Name string
Shortcut string
Handler APIHandler
}
APIInfo holds information about an API
type App ¶
type App struct {
APIs map[string]APIHandler
}
App represents the main application structure
Click to show internal directories.
Click to hide internal directories.