# Functions
NewTournamentServiceClient constructs a client for the tournament_service.TournamentService service.
NewTournamentServiceHandler builds an HTTP handler from the service implementation.
# Constants
TournamentServiceAddDirectorsProcedure is the fully-qualified name of the TournamentService's AddDirectors RPC.
TournamentServiceAddDivisionProcedure is the fully-qualified name of the TournamentService's AddDivision RPC.
TournamentServiceAddPlayersProcedure is the fully-qualified name of the TournamentService's AddPlayers RPC.
TournamentServiceCheckInProcedure is the fully-qualified name of the TournamentService's CheckIn RPC.
TournamentServiceCreateClubSessionProcedure is the fully-qualified name of the TournamentService's CreateClubSession RPC.
TournamentServiceExportTournamentProcedure is the fully-qualified name of the TournamentService's ExportTournament RPC.
TournamentServiceFinishTournamentProcedure is the fully-qualified name of the TournamentService's FinishTournament RPC.
TournamentServiceGetRecentClubSessionsProcedure is the fully-qualified name of the TournamentService's GetRecentClubSessions RPC.
TournamentServiceGetTournamentMetadataProcedure is the fully-qualified name of the TournamentService's GetTournamentMetadata RPC.
TournamentServiceGetTournamentProcedure is the fully-qualified name of the TournamentService's GetTournament RPC.
TournamentServiceGetTournamentScorecardsProcedure is the fully-qualified name of the TournamentService's GetTournamentScorecards RPC.
TournamentServiceName is the fully-qualified name of the TournamentService service.
TournamentServiceNewTournamentProcedure is the fully-qualified name of the TournamentService's NewTournament RPC.
TournamentServicePairRoundProcedure is the fully-qualified name of the TournamentService's PairRound RPC.
TournamentServiceRecentGamesProcedure is the fully-qualified name of the TournamentService's RecentGames RPC.
TournamentServiceRemoveDirectorsProcedure is the fully-qualified name of the TournamentService's RemoveDirectors RPC.
TournamentServiceRemoveDivisionProcedure is the fully-qualified name of the TournamentService's RemoveDivision RPC.
TournamentServiceRemovePlayersProcedure is the fully-qualified name of the TournamentService's RemovePlayers RPC.
TournamentServiceRenameDivisionProcedure is the fully-qualified name of the TournamentService's RenameDivision RPC.
TournamentServiceSetDivisionControlsProcedure is the fully-qualified name of the TournamentService's SetDivisionControls RPC.
TournamentServiceSetPairingProcedure is the fully-qualified name of the TournamentService's SetPairing RPC.
TournamentServiceSetResultProcedure is the fully-qualified name of the TournamentService's SetResult RPC.
TournamentServiceSetRoundControlsProcedure is the fully-qualified name of the TournamentService's SetRoundControls RPC.
TournamentServiceSetSingleRoundControlsProcedure is the fully-qualified name of the TournamentService's SetSingleRoundControls RPC.
TournamentServiceSetTournamentMetadataProcedure is the fully-qualified name of the TournamentService's SetTournamentMetadata RPC.
TournamentServiceStartRoundCountdownProcedure is the fully-qualified name of the TournamentService's StartRoundCountdown RPC.
TournamentServiceUncheckInProcedure is the fully-qualified name of the TournamentService's UncheckIn RPC.
TournamentServiceUnstartTournamentProcedure is the fully-qualified name of the TournamentService's UnstartTournament RPC.
# Structs
UnimplementedTournamentServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
TournamentServiceClient is a client for the tournament_service.TournamentService service.
TournamentServiceHandler is an implementation of the tournament_service.TournamentService service.