aiface

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAgones

type IAgones interface {
	Init() error
	Ready() error
	Health() error
	Allocate() error
	Shutdown() error
	Reserve(d time.Duration) error
	SetLabel(key, value string) error
	SetAnnotation(key, value string) error
	GameServer() (*sdk.GameServer, error)
	WatchGameServer(_ agone.GameServerCallback) error
	Alpha() IAlpha
}

type IAlpha

type IAlpha interface {
	GetPlayerCapacity() (int64, error)
	SetPlayerCapacity(capacity int64) error
	PlayerConnect(playerID string) (bool, error)
	PlayerDisconnect(playerID string) (bool, error)
	GetPlayerCount() (int64, error)
	IsPlayerConnected(playerID string) (bool, error)
	GetConnectedPlayers() ([]string, error)
	GetCounterCount(key string) (int64, error)
	IncrementCounter(key string, amount int64) error
	DecrementCounter(key string, amount int64) error
	SetCounterCount(key string, amount int64) error
	GetCounterCapacity(key string) (int64, error)
	SetCounterCapacity(key string, amount int64) error
	GetListCapacity(key string) (int64, error)
	SetListCapacity(key string, amount int64) error
	ListContains(key, value string) (bool, error)
	GetListLength(key string) (int, error)
	GetListValues(key string) ([]string, error)
	AppendListValue(key, value string) error
	DeleteListValue(key, value string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL