# Functions
No description provided by the author
RegisterBroadageServiceHandler registers the http handlers for service BroadageService to "mux".
RegisterBroadageServiceHandlerClient registers the http handlers for service BroadageService to "mux".
RegisterBroadageServiceHandlerFromEndpoint is same as RegisterBroadageServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterBroadageServiceHandlerServer registers the http handlers for service BroadageService to "mux".
No description provided by the author
# Constants
ACTION_CODE_ASSIST represents an assist action.
ACTION_CODE_BLOCK represents a block action.
ACTION_CODE_FOUL represents a foul action.
ACTION_CODE_POINTS represents a points action.
ACTION_CODE_REBOUND represents a rebound action.
ACTION_CODE_RECEIVE represents a receive action.
ACTION_CODE_STEAL represents a steal action.
ACTION_CODE_SWAP represents a swap action.
ACTION_CODE_TIMEOUT represents a timeout action.
ACTION_CODE_TURNOVER represents a turnover action.
ACTION_CODE_UNSPECIFIED represents an unspecified action.
BRAWL represents a brawl action.
DEFENSIVE_REBOUND represents a defensive rebound action.
DISQUALIFYING represents a disqualifying foul action.
DUNK represents a dunk action.
FREE_THROW represents a free throw action.
IN_ARC represents an action inside the arc.
OFFENSIVE_REBOUND represents an offensive rebound action.
OUT_ARC represents an action outside the arc.
RECEIVE_BLOCK represents a block received action.
RECEIVE_FOUL represents a foul received action.
SWAP_IN represents a swap in action.
SWAP_OUT represents a swap out action.
TECHNICAL represents a technical foul action.
UNSPECIFIED represents an unspecified sub-code.
UNSPORTSMANLIKE represents an unsportsmanlike foul action.
COACH represents a coach in the match.
PLAYER represents a player in the match.
TEAM represents a team in the match.
UNSPECIFIED represents an unspecified actor type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EOM represents the end of the match.
EOQ represents the end of a quarter.
SOM represents the start of the match.
SOQ represents the start of a quarter.
UNSPECIFIED represents an unspecified event.
# Variables
Enum value maps for ActionCode.
Enum value maps for ActionCode.
Enum value maps for ActionSubcode.
Enum value maps for ActionSubcode.
Enum value maps for ActorType.
Enum value maps for ActorType.
BroadageService_ServiceDesc is the grpc.ServiceDesc for BroadageService service.
Enum value maps for EventCode.
Enum value maps for EventCode.
No description provided by the author
# Structs
ActorType represents the type of Actor.
/ GetLiveMatchesRequest represents the request to get the live matches.
/ GetLiveMatchesResponse represents the response to get the live matches.
/ BoxScore represents the box score of a match.
/ GetMatchPlayersResponse represents the response to get the box score of a match.
/ GetPlayByPlayRequest represents the request to get the play by play of a match.
/ GetPlayByPlayResponse represents the response to get the play by play of a match.
/ GetPlayersFromTeamRequest represents the request to get the players from a team.
/ GetPlayersFromTeamResponse represents the response to get the players from a team.
MatchEvent represents a single action in a match.
Represents an event.
/ MatchKey represents the key of a match.
Represents a player.
Represents a match team.
/ Player represents a player in a game.
UnimplementedBroadageServiceServer must be embedded to have forward compatible implementations.
# Interfaces
BroadageServiceClient is the client API for BroadageService service.
BroadageServiceServer is the server API for BroadageService service.
UnsafeBroadageServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
CODE represents the code of an action in a match.
SUB_CODE represents the sub-code of an action in a match.
Actor represents the type of Actor in a match.
EventCode represents the type of event in a match.