Documentation ¶
Index ¶
- type AdminService
- func (a *AdminService) DeleteServer(input *admin.DeleteServerParams) errordeprecated
- func (a *AdminService) DeleteServerShort(input *admin.DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) error
- func (a *AdminService) SetServerAlias(input *admin.SetServerAliasParams) errordeprecated
- func (a *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams, authInfo runtime.ClientAuthInfoWriter) error
- type PublicService
- 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 TokenRepository repository.TokenRepository }
func (*AdminService) DeleteServer
deprecated
func (a *AdminService) DeleteServer(input *admin.DeleteServerParams) error
Deprecated: Use DeleteServerShort instead
func (*AdminService) DeleteServerShort ¶
func (a *AdminService) DeleteServerShort(input *admin.DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) error
func (*AdminService) SetServerAlias
deprecated
func (a *AdminService) SetServerAlias(input *admin.SetServerAliasParams) error
Deprecated: Use SetServerAliasShort instead
func (*AdminService) SetServerAliasShort ¶
func (a *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams, authInfo runtime.ClientAuthInfoWriter) error
type PublicService ¶
type PublicService struct { Client *qosmclient.JusticeQosmService TokenRepository repository.TokenRepository }
func (*PublicService) ListServer
deprecated
func (p *PublicService) ListServer(input *public.ListServerParams) (*qosmclientmodels.ModelsListServerResponse, error)
Deprecated: Use ListServerShort instead
func (*PublicService) ListServerShort ¶
func (p *PublicService) ListServerShort(input *public.ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*qosmclientmodels.ModelsListServerResponse, error)
type ServerService ¶
type ServerService struct { Client *qosmclient.JusticeQosmService TokenRepository repository.TokenRepository }
func (*ServerService) Heartbeat
deprecated
func (s *ServerService) Heartbeat(input *server.HeartbeatParams) error
Deprecated: Use HeartbeatShort instead
func (*ServerService) HeartbeatShort ¶
func (s *ServerService) HeartbeatShort(input *server.HeartbeatParams, authInfo runtime.ClientAuthInfoWriter) error
Click to show internal directories.
Click to hide internal directories.