Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2022 Changes in this version + type MenuCreateReq struct + Access string + Component string + CreatedAt time.Time + Icon string + Layout bool + Name string + ParentKeys []string + Path string + Redirect string + Status enum.Status + TenantID string + UpdatedAt time.Time + func (e *MenuCreateReq) SetCreatedAt() + type MenuDeleteReq struct + type MenuGetReq struct + type MenuGetResp struct + Access string + Component string + CreatedAt time.Time + Icon string + Id string + Layout bool + Name string + ParentKeys []string + Path string + Redirect string + Status enum.Status + TenantID string + UpdatedAt time.Time + type MenuListItem struct + Access string + Component string + Icon string + Id string + Layout bool + Name string + ParentKeys []string + Path string + Redirect string + Routes []MenuListItem + Status enum.Status + TenantID string + type MenuListReq struct + Access string + Component string + Layout bool + Name string + ParentKeys []string + Path string + Redirect string + Status enum.Status + TenantID string + type MenuUpdateReq struct + Access string + Component string + Icon string + Layout bool + Name string + ParentKeys []string + Path string + Redirect string + Status enum.Status + TenantID string + UpdatedAt time.Time + func (e *MenuUpdateReq) SetUpdatedAt() + type Pagination struct + Page int64 + PageSize int64 + type TenantAuthURLReq struct + ConnectorID string + CrossClient []string + ExtraScopes []string + State string + type TenantAuthURLResp struct + URL string + type TenantCallbackReq struct + Code string + Error string + ErrorDescription string + RefreshToken string + State string + type TenantCallbackResp struct + AccessToken string + Expiry time.Time + RefreshToken string + TokenType string + type TenantClientResp struct + AppName string + AuthCodeURL string + ClientID string + OrganizationName string + ServerURL string + type TenantCreateReq struct + Contact string + CreatedAt time.Time + Description string + Domains []string + Email string + ExpiredAt time.Time + Name string + Status enum.Status + System bool + UpdatedAt time.Time + func (e *TenantCreateReq) SetCreatedAt() + type TenantDeleteReq struct + type TenantGetReq struct + type TenantGetResp struct + Contact string + CreatedAt time.Time + Description string + Domains []string + ExpiredAt time.Time + ID string + Name string + Status enum.Status + System bool + UpdatedAt time.Time + type TenantListItem struct + Contact string + CreatedAt time.Time + Description string + Domains []string + ExpiredAt time.Time + ID string + Name string + Status enum.Status + System bool + UpdatedAt time.Time + type TenantListReq struct + Contact string + Name string + Status enum.Status + System bool + SystemSort int8 + type TenantRefreshTokenReq struct + RefreshToken string + type TenantUpdateReq struct + Contact string + Description string + Domains []string + Email string + ExpiredAt time.Time + Name string + UpdatedAt time.Time + func (e *TenantUpdateReq) SetUpdatedAt()