Versions in this module Expand all Collapse all v1 v1.0.0 Jan 22, 2022 Changes in this version + func ApplyRoutes(r *gin.RouterGroup) + type BadRequestResponse struct + Body struct{ ... } + type Client struct + Address []string + AllowedIPs []string + Created int64 + CreatedBy string + Email string + Enable bool + IgnorePersistentKeepalive bool + Name string + PresharedKey string + PrivateKey string + PublicKey string + Tags []string + UUID string + Updated int64 + UpdatedBy string + type ClientCreateReqparam struct + Body ClientReq + type ClientIDParam struct + Id string + type ClientReq struct + Address []string + AllowedIPs []string + CreatedBy string + Email string + Enable bool + Name string + Tags []string + UpdatedBy string + type ClientSucessResponse struct + Body struct{ ... } + type ClientUpdateReq struct + Address []string + AllowedIPs []string + Created int64 + CreatedBy string + Email string + Enable bool + IgnorePersistentKeepalive bool + Name string + PresharedKey string + PrivateKey string + PublicKey string + Tags []string + UUID string + Updated int64 + UpdatedBy string + type ClientUpdateReqparam struct + Body ClientUpdateReq + type ClientsSucessResponse struct + Body struct{ ... } + type SucessResponse struct + Body struct{ ... } + type UnauthorizedResponse struct + Body struct{ ... }