Documentation ¶
Index ¶
- type GsService
- type GssService
- func (g *GssService) DeleteGameServerSets(rawFilter string) ([]deleter.DeleteGssResult, error)
- func (g *GssService) GetGameServerSets(rawFilter string) ([]*v1alpha1.GameServerSet, error)
- func (g *GssService) UpdateGameServerSets(request *apimodels.UpdateGameServerSetsRequest) ([]updater.UpdateGssResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GsService ¶
type GsService struct {
// contains filtered or unexported fields
}
func GetGsService ¶
func GetGsService() *GsService
func (*GsService) DeleteGameServers ¶
func (g *GsService) DeleteGameServers(rawFilter string) ([]deleter.DeleteGsResult, error)
func (*GsService) GetGameServers ¶
func (g *GsService) GetGameServers(rawFilter string) ([]*v1alpha1.GameServer, error)
func (*GsService) UpdateGameServers ¶
func (g *GsService) UpdateGameServers(request *apimodels.UpdateGameServersRequest) ([]updater.UpdateGsResult, error)
type GssService ¶
type GssService struct {
// contains filtered or unexported fields
}
func GetGssService ¶
func GetGssService() *GssService
func (*GssService) DeleteGameServerSets ¶
func (g *GssService) DeleteGameServerSets(rawFilter string) ([]deleter.DeleteGssResult, error)
func (*GssService) GetGameServerSets ¶
func (g *GssService) GetGameServerSets(rawFilter string) ([]*v1alpha1.GameServerSet, error)
func (*GssService) UpdateGameServerSets ¶
func (g *GssService) UpdateGameServerSets(request *apimodels.UpdateGameServerSetsRequest) ([]updater.UpdateGssResult, error)
Click to show internal directories.
Click to hide internal directories.