54 lines
2.1 KiB
Go
54 lines
2.1 KiB
Go
/*
|
|
Copyright (C) 2025 filifa
|
|
|
|
This file is part of mlbstats.
|
|
|
|
mlbstats is free software: you can redistribute it and/or modify it under the
|
|
terms of the GNU General Public License as published by the Free Software
|
|
Foundation, either version 3 of the License, or (at your option) any later
|
|
version.
|
|
|
|
mlbstats is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along with
|
|
mlbstats. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
/*
|
|
* Stats API Documentation
|
|
*
|
|
* Official API for Major League Baseball.
|
|
*
|
|
* API version: 2.0.0
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
package models
|
|
|
|
type GenericLookup string
|
|
|
|
// List of GenericLookup
|
|
const (
|
|
BAT_SIDE_GenericLookup GenericLookup = "BAT_SIDE"
|
|
BATS_GenericLookup GenericLookup = "BATS"
|
|
DOUBLE_HEADER_SW_GenericLookup GenericLookup = "DOUBLE_HEADER_SW"
|
|
DRAFT_TYPE_GenericLookup GenericLookup = "DRAFT_TYPE"
|
|
GAMEDAY_SW_GenericLookup GenericLookup = "GAMEDAY_SW"
|
|
HIT_HARDNESS_GenericLookup GenericLookup = "HIT_HARDNESS"
|
|
HIT_TRAJECTORY_GenericLookup GenericLookup = "HIT_TRAJECTORY"
|
|
IF_NECESSARY_GenericLookup GenericLookup = "IF_NECESSARY"
|
|
MOUND_VISIT_TYPE_GenericLookup GenericLookup = "MOUND_VISIT_TYPE"
|
|
PITCH_CODE_GenericLookup GenericLookup = "PITCH_CODE"
|
|
PITCH_HAND_GenericLookup GenericLookup = "PITCH_HAND"
|
|
PITCH_TYPE_GenericLookup GenericLookup = "PITCH_TYPE"
|
|
PLAYER_STATUS_GenericLookup GenericLookup = "PLAYER_STATUS"
|
|
REVIEW_REASON_GenericLookup GenericLookup = "REVIEW_REASON"
|
|
SIT_CODE_GenericLookup GenericLookup = "SIT_CODE"
|
|
SKY_GenericLookup GenericLookup = "SKY"
|
|
TIEBREAKER_SW_GenericLookup GenericLookup = "TIEBREAKER_SW"
|
|
TRANS_TYPE_GenericLookup GenericLookup = "TRANS_TYPE"
|
|
THROWS_GenericLookup GenericLookup = "THROWS"
|
|
WIND_DIRECTION_GenericLookup GenericLookup = "WIND_DIRECTION"
|
|
)
|