Documentation ¶
Index ¶
- type AdminService
- func (aaa *AdminService) DeleteServer(input *admin.DeleteServerParams) errordeprecated
- func (aaa *AdminService) DeleteServerShort(input *admin.DeleteServerParams) error
- func (aaa *AdminService) GetAuthSession() auth.Session
- func (aaa *AdminService) SetServerAlias(input *admin.SetServerAliasParams) errordeprecated
- func (aaa *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams) error
- func (aaa *AdminService) UpdateServerConfig(input *admin.UpdateServerConfigParams) errordeprecated
- 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)deprecated
- func (aaa *PublicService) ListServerPerNamespace(input *public.ListServerPerNamespaceParams) (*qosmclientmodels.ModelsListServerResponse, error)deprecated
- 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
deprecated
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
deprecated
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
deprecated
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
deprecated
func (aaa *PublicService) ListServer(input *public.ListServerParams) (*qosmclientmodels.ModelsListServerResponse, error)
Deprecated: 2022-01-10 - please use ListServerShort instead.
func (*PublicService) ListServerPerNamespace
deprecated
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
deprecated
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.