Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
Pings *PingResource
}
API provides admin application resources and handlers.
type PingResource ¶
type PingResource struct {
Store PingStore
}
Ping Resource implements account management handler.
func NewPingResource ¶
func NewPingResource(store PingStore) *PingResource
Click to show internal directories.
Click to hide internal directories.