Versions in this module Expand all Collapse all v0 v0.1.0 Sep 24, 2024 Changes in this version + type CapgoController struct + func NewCapgoController() *CapgoController + func (ctrl *CapgoController) RegisterChannel(ctx *gin.Context) + func (ctrl *CapgoController) Stats(ctx *gin.Context) + func (ctrl *CapgoController) UnregisterChannel(ctx *gin.Context) + func (ctrl *CapgoController) Updates(ctx *gin.Context) + type CapgoErrorResponse struct + Error string + type CapgoIncorrectWithMessageResponse struct + Message string + type UpdateBreakingChangeVersionResponse struct + Major bool + Message string + Version string + type UpdateRequest struct + AppID string + CustomID string + DefaultChannel string + DeviceID string + IsEmulator bool + IsProd bool + Platform string + PluginVersion string + VersionBuild string + VersionCode string + VersionName string + VersionOS string + func (c *UpdateRequest) GetPlatform() db.Platform + func (c *UpdateRequest) IsValid() bool + type UpdateWithNewMinorVersionResponse struct + Checksum string + SessionKey string + Signature string + URL string + Version string