Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommonControllers ¶
Types ¶
type KillController ¶
type KillController struct{}
func (*KillController) HandleKill ¶
func (k *KillController) HandleKill(c *gin.Context)
func (*KillController) HandleShutdown ¶
func (k *KillController) HandleShutdown(c *gin.Context)
type LogController ¶
type LogController struct { }
func (*LogController) GetLevels ¶
func (*LogController) GetLevels(c *gin.Context)
func (*LogController) SetComponentLevel ¶
func (lc *LogController) SetComponentLevel(c *gin.Context)
type UptimeController ¶
type UptimeController struct {
// contains filtered or unexported fields
}
func (*UptimeController) Handle ¶
func (u *UptimeController) Handle(c *gin.Context)
func (*UptimeController) HandleSlow ¶
func (u *UptimeController) HandleSlow(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.