Documentation ¶
Index ¶
Constants ¶
View Source
const HeaderRetryAfter = "Retry-After"
View Source
const ValueRetryAfter = "1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieHandler ¶
func NewCookieHandler ¶
func NewCookieHandler(cfg config.CookieConfig) CookieHandler
type Handler ¶
type Handler interface { GetEventAttributeTypes(ctx *gin.Context) GetEventAttributeValuesByName(ctx *gin.Context) GetPublishRate(ctx *gin.Context) GetReadStatus(ctx *gin.Context) GetPublishersCount(ctx *gin.Context) GetFollowersCount(ctx *gin.Context) GetCoreDuration(ctx *gin.Context) GetTopInterests(ctx *gin.Context) }
func NewHandler ¶
Click to show internal directories.
Click to hide internal directories.