Documentation
¶
Index ¶
- type AdminService
- func (aaa *AdminService) DeleteServerShort(input *admin.DeleteServerParams) error
- func (aaa *AdminService) GetAuthSession() auth.Session
- func (aaa *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams) error
- func (aaa *AdminService) UpdateFlightId(flightId string)
- func (aaa *AdminService) UpdateServerConfigShort(input *admin.UpdateServerConfigParams) error
- type PublicService
- func (aaa *PublicService) GetAuthSession() auth.Session
- func (aaa *PublicService) ListServerPerNamespaceShort(input *public.ListServerPerNamespaceParams) (*public.ListServerPerNamespaceResponse, error)
- func (aaa *PublicService) ListServerShort(input *public.ListServerParams) (*public.ListServerResponse, error)
- func (aaa *PublicService) UpdateFlightId(flightId string)
- 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 FlightIdRepository *utils.FlightIdContainer }
AdminService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AdminService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/qosm-sdk/pkg"
func (*AdminService) DeleteServerShort ¶
func (aaa *AdminService) DeleteServerShort(input *admin.DeleteServerParams) error
func (*AdminService) GetAuthSession ¶
func (aaa *AdminService) GetAuthSession() auth.Session
func (*AdminService) SetServerAliasShort ¶
func (aaa *AdminService) SetServerAliasShort(input *admin.SetServerAliasParams) error
func (*AdminService) UpdateFlightId ¶
func (aaa *AdminService) UpdateFlightId(flightId string)
func (*AdminService) UpdateServerConfigShort ¶
func (aaa *AdminService) UpdateServerConfigShort(input *admin.UpdateServerConfigParams) error
type PublicService ¶
type PublicService struct { Client *qosmclient.JusticeQosmService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
PublicService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PublicService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/qosm-sdk/pkg"
func (*PublicService) GetAuthSession ¶
func (aaa *PublicService) GetAuthSession() auth.Session
func (*PublicService) ListServerPerNamespaceShort ¶
func (aaa *PublicService) ListServerPerNamespaceShort(input *public.ListServerPerNamespaceParams) (*public.ListServerPerNamespaceResponse, error)
func (*PublicService) ListServerShort ¶
func (aaa *PublicService) ListServerShort(input *public.ListServerParams) (*public.ListServerResponse, error)
func (*PublicService) UpdateFlightId ¶
func (aaa *PublicService) UpdateFlightId(flightId string)
type ServerService ¶
type ServerService struct { Client *qosmclient.JusticeQosmService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
ServerService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ServerService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/qosm-sdk/pkg"
func (*ServerService) GetAuthSession ¶
func (aaa *ServerService) GetAuthSession() auth.Session
func (*ServerService) HeartbeatShort ¶
func (aaa *ServerService) HeartbeatShort(input *server.HeartbeatParams) error
func (*ServerService) UpdateFlightId ¶
func (aaa *ServerService) UpdateFlightId(flightId string)
Click to show internal directories.
Click to hide internal directories.