Documentation
¶
Overview ¶
TODO: migrate this to subdir like 'block'
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureRoutes ¶
func ConfigureRoutes(g *gin.RouterGroup)
func ConfigureRoutesEpoch ¶
func ConfigureRoutesEpoch(g *gin.RouterGroup)
func HandleGetEpoch ¶
XXX: this doesn't actually do anything useful since the underlying 'epoch' table in the DB is empty
Types ¶
type GetEpochUriParams ¶
type GetEpochUriParams struct {
Number uint32 `uri:"number" binding:"required"`
}
URI params for GetEpoch
Click to show internal directories.
Click to hide internal directories.