Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
// SetTTL Configure TTL
// @Tags API.config
// @Router /api/config/setTTL [post]
SetTTL() core.HandlerFunc
// GetTTL Get TTL
// @Tags API.config
// @Router /api/config/getTTL [get]
GetTTL() core.HandlerFunc
// SetSingleTableTTL to configure the TTL of a single table
// @Tags API.config
// @Router /api/config/setSingleTableTTL [post]
SetSingleTableTTL() core.HandlerFunc
}
Click to show internal directories.
Click to hide internal directories.