Documentation ¶
Index ¶
- type AdminService
- func (aaa *AdminService) DeleteServer(input *admin.DeleteServerParams) error
- func (aaa *AdminService) DeleteServerShort(input *admin.DeleteServerParams) error
- func (aaa *AdminService) GetAuthSession() auth.Session
- func (aaa *AdminService) SetServerAlias(input *admin.SetServerAliasParams) error
- func (aaa *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams) error
- func (aaa *AdminService) UpdateServerConfig(input *admin.UpdateServerConfigParams) error
- func (aaa *AdminService) UpdateServerConfigShort(input *admin.UpdateServerConfigParams) error
- type PublicService
- func (aaa *PublicService) GetAuthSession() auth.Session
- func (aaa *PublicService) ListServer(input *public.ListServerParams) (*qosmclientmodels.ModelsListServerResponse, error)
- func (aaa *PublicService) ListServerPerNamespace(input *public.ListServerPerNamespaceParams) (*qosmclientmodels.ModelsListServerResponse, error)
- func (aaa *PublicService) ListServerPerNamespaceShort(input *public.ListServerPerNamespaceParams) (*qosmclientmodels.ModelsListServerResponse, error)
- func (aaa *PublicService) ListServerShort(input *public.ListServerParams) (*qosmclientmodels.ModelsListServerResponse, error)
- type ServerService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminService ¶
type AdminService struct { Client *qosmclient.JusticeQosmService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AdminService) DeleteServer ¶
func (aaa *AdminService) DeleteServer(input *admin.DeleteServerParams) error
deprecated(2022-01-10): please use DeleteServerShort instead.
func (*AdminService) DeleteServerShort ¶
func (aaa *AdminService) DeleteServerShort(input *admin.DeleteServerParams) error
func (*AdminService) GetAuthSession ¶ added in v0.21.0
func (aaa *AdminService) GetAuthSession() auth.Session
func (*AdminService) SetServerAlias ¶
func (aaa *AdminService) SetServerAlias(input *admin.SetServerAliasParams) error
deprecated(2022-01-10): please use SetServerAliasShort instead.
func (*AdminService) SetServerAliasShort ¶
func (aaa *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams) error
func (*AdminService) UpdateServerConfig ¶ added in v0.20.0
func (aaa *AdminService) UpdateServerConfig(input *admin.UpdateServerConfigParams) error
deprecated(2022-01-10): please use UpdateServerConfigShort instead.
func (*AdminService) UpdateServerConfigShort ¶ added in v0.20.0
func (aaa *AdminService) UpdateServerConfigShort(input *admin.UpdateServerConfigParams) error
type PublicService ¶
type PublicService struct { Client *qosmclient.JusticeQosmService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicService) GetAuthSession() auth.Session
func (*PublicService) ListServer ¶
func (aaa *PublicService) ListServer(input *public.ListServerParams) (*qosmclientmodels.ModelsListServerResponse, error)
deprecated(2022-01-10): please use ListServerShort instead.
func (*PublicService) ListServerPerNamespace ¶ added in v0.20.0
func (aaa *PublicService) ListServerPerNamespace(input *public.ListServerPerNamespaceParams) (*qosmclientmodels.ModelsListServerResponse, error)
deprecated(2022-01-10): please use ListServerPerNamespaceShort instead.
func (*PublicService) ListServerPerNamespaceShort ¶ added in v0.20.0
func (aaa *PublicService) ListServerPerNamespaceShort(input *public.ListServerPerNamespaceParams) (*qosmclientmodels.ModelsListServerResponse, error)
func (*PublicService) ListServerShort ¶
func (aaa *PublicService) ListServerShort(input *public.ListServerParams) (*qosmclientmodels.ModelsListServerResponse, error)
type ServerService ¶
type ServerService struct { Client *qosmclient.JusticeQosmService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*ServerService) GetAuthSession ¶ added in v0.21.0
func (aaa *ServerService) GetAuthSession() auth.Session
func (*ServerService) Heartbeat ¶
func (aaa *ServerService) Heartbeat(input *server.HeartbeatParams) error
deprecated(2022-01-10): please use HeartbeatShort instead.
func (*ServerService) HeartbeatShort ¶
func (aaa *ServerService) HeartbeatShort(input *server.HeartbeatParams) error
Click to show internal directories.
Click to hide internal directories.