Versions in this module Expand all Collapse all v0 v0.2.3 Jul 16, 2026 v0.2.2 Jul 16, 2026 Changes in this version + const ApiKeyScopes + func KFactor(myOldRating float64, N0 float64, m int, dualRatedOTBR bool) float64 + func NewAddEntireUnpairedRoundRequest(server string, eventId EventID, sectionId SectionID) (*http.Request, error) + func NewAddOfficialRequest(server string, eventId EventID, body AddOfficialJSONRequestBody) (*http.Request, error) + func NewAddOfficialRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, ...) (*http.Request, error) + func NewAddOfficialRequestWithBody(server string, eventId EventID, contentType string, body io.Reader) (*http.Request, error) + func NewCreatePendingEventRequest(server string, body CreatePendingEventJSONRequestBody) (*http.Request, error) + func NewCreatePendingEventRequestWithApplicationWildcardPlusJSONBody(server string, body CreatePendingEventApplicationWildcardPlusJSONRequestBody) (*http.Request, error) + func NewCreatePendingEventRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreatePendingGameRequest(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewCreatePendingGameRequestWithApplicationWildcardPlusJSONBody(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewCreatePendingGameRequestWithBody(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewCreatePendingPlayerRequest(server string, pendingEventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewCreatePendingPlayerRequestWithApplicationWildcardPlusJSONBody(server string, pendingEventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewCreatePendingPlayerRequestWithBody(server string, pendingEventId EventID, sectionId SectionID, contentType string, ...) (*http.Request, error) + func NewCreatePendingSectionRequest(server string, eventId EventID, body CreatePendingSectionJSONRequestBody) (*http.Request, error) + func NewCreatePendingSectionRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, ...) (*http.Request, error) + func NewCreatePendingSectionRequestWithBody(server string, eventId EventID, contentType string, body io.Reader) (*http.Request, error) + func NewCreateUnplayedRoundRequest(server string, eventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewCreateUnplayedRoundRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewCreateUnplayedRoundRequestWithBody(server string, eventId EventID, sectionId SectionID, contentType string, ...) (*http.Request, error) + func NewDeleteEntirePendingRoundRequest(server string, eventId EventID, sectionId SectionID, roundNumber int32) (*http.Request, error) + func NewDeleteOfficialRequest(server string, eventId EventID, officialId string) (*http.Request, error) + func NewDeletePendingEventRequest(server string, eventId EventID) (*http.Request, error) + func NewDeletePendingGameRequest(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewDeletePendingPlayerRequest(server string, pendingEventId EventID, sectionId SectionID, playerId string) (*http.Request, error) + func NewDeletePendingSectionRequest(server string, eventId EventID, sectionId SectionID) (*http.Request, error) + func NewDeleteUnplayedRoundRequest(server string, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Request, error) + func NewGetAffiliateRatedEventsRequest(server string, affiliateId AffiliateID, params *GetAffiliateRatedEventsParams) (*http.Request, error) + func NewGetAffiliateRequest(server string, affiliateId AffiliateID) (*http.Request, error) + func NewGetAffiliatesPageRequest(server string, params *GetAffiliatesPageParams) (*http.Request, error) + func NewGetGrandPrixSectionsRequest(server string, year int32, params *GetGrandPrixSectionsParams) (*http.Request, error) + func NewGetGrandPrixStandingsRequest(server string, params *GetGrandPrixStandingsParams) (*http.Request, error) + func NewGetMaxRanksRequest(server string) (*http.Request, error) + func NewGetMemberAwardsPageRequest(server string, memberId MemberID, params *GetMemberAwardsPageParams) (*http.Request, error) + func NewGetMemberDirectorshipsPageRequest(server string, memberId MemberID, params *GetMemberDirectorshipsPageParams) (*http.Request, error) + func NewGetMemberRatedEventsPageRequest(server string, memberId MemberID, params *GetMemberRatedEventsPageParams) (*http.Request, error) + func NewGetMemberRatedGamesRequest(server string, memberId MemberID, params *GetMemberRatedGamesParams) (*http.Request, error) + func NewGetMemberRatedSectionsPageRequest(server string, memberId MemberID, params *GetMemberRatedSectionsPageParams) (*http.Request, error) + func NewGetMemberRequest(server string, memberId MemberID) (*http.Request, error) + func NewGetMembersPageRequest(server string, params *GetMembersPageParams) (*http.Request, error) + func NewGetNormsRequest(server string, memberId MemberID) (*http.Request, error) + func NewGetOfficialRequest(server string, eventId EventID, officialId string) (*http.Request, error) + func NewGetPendingEventBySectionIdRequest(server string, sectionId SectionID) (*http.Request, error) + func NewGetPendingEventRequest(server string, eventId EventID) (*http.Request, error) + func NewGetPendingEventsPageRequest(server string, params *GetPendingEventsPageParams) (*http.Request, error) + func NewGetPendingGameRequest(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewGetPendingPlayerRequest(server string, pendingEventId EventID, sectionId SectionID, playerId string) (*http.Request, error) + func NewGetPendingSectionRequest(server string, eventId EventID, sectionId SectionID) (*http.Request, error) + func NewGetPromoCodeByDiscountCodeRequest(server string, discountCode string) (*http.Request, error) + func NewGetPromoCodeRequest(server string, promoCodeId string) (*http.Request, error) + func NewGetPromoCodesPageRequest(server string, params *GetPromoCodesPageParams) (*http.Request, error) + func NewGetRatedEventRequest(server string, eventId EventID) (*http.Request, error) + func NewGetRatedEventSectionDetailRequest(server string, eventId EventID, sectionNumber int32) (*http.Request, error) + func NewGetRatedEventStandingsPageRequest(server string, eventId EventID, sectionNumber int32, ...) (*http.Request, error) + func NewGetRatedEventsPageRequest(server string, params *GetRatedEventsPageParams) (*http.Request, error) + func NewGetRatedSectionsPageRequest(server string, params *GetRatedSectionsPageParams) (*http.Request, error) + func NewGetRatingSupplementsPageRequest(server string, memberId MemberID, params *GetRatingSupplementsPageParams) (*http.Request, error) + func NewGetReportDefinitionsRequest(server string) (*http.Request, error) + func NewGetReportRequest(server string, definitionId string, params *GetReportParams) (*http.Request, error) + func NewGetTopPlayersReportForMemberRequest(server string, memberId MemberID, params *GetTopPlayersReportForMemberParams) (*http.Request, error) + func NewGetUnofficialRankLookupRequest(server string, ratingSource RatingType, params *GetUnofficialRankLookupParams) (*http.Request, error) + func NewListAllPendingGamesRequest(server string, eventId EventID) (*http.Request, error) + func NewListAllPendingPlayersRequest(server string, eventId EventID) (*http.Request, error) + func NewListPendingEventOfficialsRequest(server string, eventId EventID) (*http.Request, error) + func NewListPendingGamesRequest(server string, pendingEventId EventID, pendingSectionId SectionID) (*http.Request, error) + func NewListPendingPlayersRequest(server string, pendingEventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewListPendingSectionsRequest(server string, eventId EventID) (*http.Request, error) + func NewListRatedEventOfficialsRequest(server string, eventId EventID) (*http.Request, error) + func NewListRoundUnpairedPlayersRequest(server string, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Request, error) + func NewListUnplayedRoundsRequest(server string, eventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewReleaseForReviewRequest(server string, eventId EventID, body ReleaseForReviewJSONRequestBody) (*http.Request, error) + func NewReleaseForReviewRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, ...) (*http.Request, error) + func NewReleaseForReviewRequestWithBody(server string, eventId EventID, contentType string, body io.Reader) (*http.Request, error) + func NewStartTopPlayerReportJobRequest(server string, body StartTopPlayerReportJobJSONRequestBody) (*http.Request, error) + func NewStartTopPlayerReportJobRequestWithApplicationWildcardPlusJSONBody(server string, ...) (*http.Request, error) + func NewStartTopPlayerReportJobRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateComplianceRequest(server string, eventId EventID, body UpdateComplianceJSONRequestBody) (*http.Request, error) + func NewUpdateComplianceRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, ...) (*http.Request, error) + func NewUpdateComplianceRequestWithBody(server string, eventId EventID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateOfficialRequest(server string, eventId EventID, officialId string, ...) (*http.Request, error) + func NewUpdateOfficialRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, officialId string, ...) (*http.Request, error) + func NewUpdateOfficialRequestWithBody(server string, eventId EventID, officialId string, contentType string, ...) (*http.Request, error) + func NewUpdatePendingEventRequest(server string, eventId EventID, body UpdatePendingEventJSONRequestBody) (*http.Request, error) + func NewUpdatePendingEventRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, ...) (*http.Request, error) + func NewUpdatePendingEventRequestWithBody(server string, eventId EventID, contentType string, body io.Reader) (*http.Request, error) + func NewUpdatePendingGameRequest(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewUpdatePendingGameRequestWithApplicationWildcardPlusJSONBody(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewUpdatePendingGameRequestWithBody(server string, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Request, error) + func NewUpdatePendingPlayerRequest(server string, pendingEventId EventID, sectionId SectionID, playerId string, ...) (*http.Request, error) + func NewUpdatePendingPlayerRequestWithApplicationWildcardPlusJSONBody(server string, pendingEventId EventID, sectionId SectionID, playerId string, ...) (*http.Request, error) + func NewUpdatePendingPlayerRequestWithBody(server string, pendingEventId EventID, sectionId SectionID, playerId string, ...) (*http.Request, error) + func NewUpdatePendingSectionRequest(server string, eventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewUpdatePendingSectionRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, sectionId SectionID, ...) (*http.Request, error) + func NewUpdatePendingSectionRequestWithBody(server string, eventId EventID, sectionId SectionID, contentType string, ...) (*http.Request, error) + func NewUpdateReviewRequest(server string, eventId EventID, body UpdateReviewJSONRequestBody) (*http.Request, error) + func NewUpdateReviewRequestWithApplicationWildcardPlusJSONBody(server string, eventId EventID, ...) (*http.Request, error) + func NewUpdateReviewRequestWithBody(server string, eventId EventID, contentType string, body io.Reader) (*http.Request, error) + func NewUploadRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewValidatePendingEventRequest(server string, eventId EventID) (*http.Request, error) + type AddEntireUnpairedRoundResponse struct + Body []byte + HTTPResponse *http.Response + func ParseAddEntireUnpairedRoundResponse(rsp *http.Response) (*AddEntireUnpairedRoundResponse, error) + func (r AddEntireUnpairedRoundResponse) ContentType() string + func (r AddEntireUnpairedRoundResponse) Status() string + func (r AddEntireUnpairedRoundResponse) StatusCode() int + type AddOfficialApplicationWildcardPlusJSONBody = OfficialCreate + type AddOfficialApplicationWildcardPlusJSONRequestBody = AddOfficialApplicationWildcardPlusJSONBody + type AddOfficialJSONBody = OfficialCreate + type AddOfficialJSONRequestBody = AddOfficialJSONBody + type AddOfficialResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Official + JSON400 *ProblemDetails + func ParseAddOfficialResponse(rsp *http.Response) (*AddOfficialResponse, error) + func (r AddOfficialResponse) ContentType() string + func (r AddOfficialResponse) Status() string + func (r AddOfficialResponse) StatusCode() int + type Affiliate struct + ExpirationDate openapi_types.Date + Id AffiliateID + LastChangedDate openapi_types.Date + Name string + StateCode string + Status MemberStatus + type AffiliateEventSortBy string + const AffiliateEventSortByCity + const AffiliateEventSortByName + const AffiliateEventSortByPlayerCount + const AffiliateEventSortBySectionCount + const AffiliateEventSortByStartDate + const AffiliateEventSortByStateCode + func (e AffiliateEventSortBy) Valid() bool + type AffiliateID string + type AffiliatePage struct + HasNextPage bool + HasPreviousPage bool + Items []Affiliate + Offset int32 + PageSize int32 + type AffiliateSortBy string + const AffiliateSortByExpirationDate + const AffiliateSortById + const AffiliateSortByName + const AffiliateSortByState + func (e AffiliateSortBy) Valid() bool + type AwardCategory string + const NormsTitle + const RatingsTitle + const WinMilestone + func (e AwardCategory) Valid() bool + type AwardType string + const AwardTypeCandidateMaster + const AwardTypeFirstCategory + const AwardTypeFourthCategory + const AwardTypeGoldenKnight + const AwardTypeLifeMaster + const AwardTypeNationalMaster + const AwardTypeOriginalLifeMaster + const AwardTypePostalCandidateMaster + const AwardTypePostalMaster + const AwardTypeSecondCategory + const AwardTypeSeniorLifeMaster + const AwardTypeThirdCategory + const AwardTypeWinCount + func (e AwardType) Valid() bool + type BillStatus string + const BillStatusEntry + const BillStatusPaid + const BillStatusPreview + const BillStatusReadyToBePaid + func (e BillStatus) Valid() bool + type ChampEventStatus string + const ChampEventStatusNational + const ChampEventStatusNationalSide + const ChampEventStatusNone + const ChampEventStatusState + func (e ChampEventStatus) Valid() bool + type ChessColor string + const ChessColorBlack + const ChessColorUnknown + const ChessColorWhite + func (e ChessColor) Valid() bool + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) AddEntireUnpairedRound(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) AddOfficial(ctx context.Context, eventId EventID, body AddOfficialJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AddOfficialWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, ...) (*http.Response, error) + func (c *Client) AddOfficialWithBody(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreatePendingEvent(ctx context.Context, body CreatePendingEventJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreatePendingEventWithApplicationWildcardPlusJSONBody(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CreatePendingEventWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreatePendingGame(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreatePendingGameWithApplicationWildcardPlusJSONBody(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreatePendingGameWithBody(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreatePendingPlayer(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreatePendingPlayerWithApplicationWildcardPlusJSONBody(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreatePendingPlayerWithBody(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreatePendingSection(ctx context.Context, eventId EventID, body CreatePendingSectionJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreatePendingSectionWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, ...) (*http.Response, error) + func (c *Client) CreatePendingSectionWithBody(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateUnplayedRound(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreateUnplayedRoundWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) CreateUnplayedRoundWithBody(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*http.Response, error) + func (c *Client) DeleteEntirePendingRound(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Response, error) + func (c *Client) DeleteOfficial(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + func (c *Client) DeletePendingEvent(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeletePendingGame(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) DeletePendingPlayer(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) DeletePendingSection(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) DeleteUnplayedRound(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Response, error) + func (c *Client) GetAffiliate(ctx context.Context, affiliateId AffiliateID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAffiliateRatedEvents(ctx context.Context, affiliateId AffiliateID, ...) (*http.Response, error) + func (c *Client) GetAffiliatesPage(ctx context.Context, params *GetAffiliatesPageParams, ...) (*http.Response, error) + func (c *Client) GetGrandPrixSections(ctx context.Context, year int32, params *GetGrandPrixSectionsParams, ...) (*http.Response, error) + func (c *Client) GetGrandPrixStandings(ctx context.Context, params *GetGrandPrixStandingsParams, ...) (*http.Response, error) + func (c *Client) GetMaxRanks(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMember(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMemberAwardsPage(ctx context.Context, memberId MemberID, params *GetMemberAwardsPageParams, ...) (*http.Response, error) + func (c *Client) GetMemberDirectorshipsPage(ctx context.Context, memberId MemberID, ...) (*http.Response, error) + func (c *Client) GetMemberRatedEventsPage(ctx context.Context, memberId MemberID, params *GetMemberRatedEventsPageParams, ...) (*http.Response, error) + func (c *Client) GetMemberRatedGames(ctx context.Context, memberId MemberID, params *GetMemberRatedGamesParams, ...) (*http.Response, error) + func (c *Client) GetMemberRatedSectionsPage(ctx context.Context, memberId MemberID, ...) (*http.Response, error) + func (c *Client) GetMembersPage(ctx context.Context, params *GetMembersPageParams, ...) (*http.Response, error) + func (c *Client) GetNorms(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetOfficial(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + func (c *Client) GetPendingEvent(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPendingEventBySectionId(ctx context.Context, sectionId SectionID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPendingEventsPage(ctx context.Context, params *GetPendingEventsPageParams, ...) (*http.Response, error) + func (c *Client) GetPendingGame(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) GetPendingPlayer(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) GetPendingSection(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) GetPromoCode(ctx context.Context, promoCodeId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPromoCodeByDiscountCode(ctx context.Context, discountCode string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPromoCodesPage(ctx context.Context, params *GetPromoCodesPageParams, ...) (*http.Response, error) + func (c *Client) GetRatedEvent(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetRatedEventSectionDetail(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*http.Response, error) + func (c *Client) GetRatedEventStandingsPage(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*http.Response, error) + func (c *Client) GetRatedEventsPage(ctx context.Context, params *GetRatedEventsPageParams, ...) (*http.Response, error) + func (c *Client) GetRatedSectionsPage(ctx context.Context, params *GetRatedSectionsPageParams, ...) (*http.Response, error) + func (c *Client) GetRatingSupplementsPage(ctx context.Context, memberId MemberID, params *GetRatingSupplementsPageParams, ...) (*http.Response, error) + func (c *Client) GetReport(ctx context.Context, definitionId string, params *GetReportParams, ...) (*http.Response, error) + func (c *Client) GetReportDefinitions(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetTopPlayersReportForMember(ctx context.Context, memberId MemberID, ...) (*http.Response, error) + func (c *Client) GetUnofficialRankLookup(ctx context.Context, ratingSource RatingType, ...) (*http.Response, error) + func (c *Client) ListAllPendingGames(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListAllPendingPlayers(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListPendingEventOfficials(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListPendingGames(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) ListPendingPlayers(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) ListPendingSections(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListRatedEventOfficials(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListRoundUnpairedPlayers(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Response, error) + func (c *Client) ListUnplayedRounds(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) ReleaseForReview(ctx context.Context, eventId EventID, body ReleaseForReviewJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ReleaseForReviewWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, ...) (*http.Response, error) + func (c *Client) ReleaseForReviewWithBody(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) StartTopPlayerReportJob(ctx context.Context, body StartTopPlayerReportJobJSONRequestBody, ...) (*http.Response, error) + func (c *Client) StartTopPlayerReportJobWithApplicationWildcardPlusJSONBody(ctx context.Context, ...) (*http.Response, error) + func (c *Client) StartTopPlayerReportJobWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateCompliance(ctx context.Context, eventId EventID, body UpdateComplianceJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateComplianceWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, ...) (*http.Response, error) + func (c *Client) UpdateComplianceWithBody(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateOfficial(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + func (c *Client) UpdateOfficialWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + func (c *Client) UpdateOfficialWithBody(ctx context.Context, eventId EventID, officialId string, contentType string, ...) (*http.Response, error) + func (c *Client) UpdatePendingEvent(ctx context.Context, eventId EventID, body UpdatePendingEventJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdatePendingEventWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, ...) (*http.Response, error) + func (c *Client) UpdatePendingEventWithBody(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdatePendingGame(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingGameWithApplicationWildcardPlusJSONBody(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingGameWithBody(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingPlayer(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingPlayerWithApplicationWildcardPlusJSONBody(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingPlayerWithBody(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingSection(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingSectionWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + func (c *Client) UpdatePendingSectionWithBody(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateReview(ctx context.Context, eventId EventID, body UpdateReviewJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateReviewWithApplicationWildcardPlusJSONBody(ctx context.Context, eventId EventID, ...) (*http.Response, error) + func (c *Client) UpdateReviewWithBody(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UploadWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ValidatePendingEvent(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientInterface interface + AddEntireUnpairedRound func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + AddOfficial func(ctx context.Context, eventId EventID, body AddOfficialJSONRequestBody, ...) (*http.Response, error) + AddOfficialWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, ...) (*http.Response, error) + AddOfficialWithBody func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + CreatePendingEvent func(ctx context.Context, body CreatePendingEventJSONRequestBody, ...) (*http.Response, error) + CreatePendingEventWithApplicationWildcardPlusJSONBody func(ctx context.Context, ...) (*http.Response, error) + CreatePendingEventWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreatePendingGame func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + CreatePendingGameWithApplicationWildcardPlusJSONBody func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + CreatePendingGameWithBody func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + CreatePendingPlayer func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + CreatePendingPlayerWithApplicationWildcardPlusJSONBody func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + CreatePendingPlayerWithBody func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + CreatePendingSection func(ctx context.Context, eventId EventID, body CreatePendingSectionJSONRequestBody, ...) (*http.Response, error) + CreatePendingSectionWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, ...) (*http.Response, error) + CreatePendingSectionWithBody func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + CreateUnplayedRound func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + CreateUnplayedRoundWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + CreateUnplayedRoundWithBody func(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*http.Response, error) + DeleteEntirePendingRound func(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Response, error) + DeleteOfficial func(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + DeletePendingEvent func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + DeletePendingGame func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + DeletePendingPlayer func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + DeletePendingSection func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + DeleteUnplayedRound func(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Response, error) + GetAffiliate func(ctx context.Context, affiliateId AffiliateID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAffiliateRatedEvents func(ctx context.Context, affiliateId AffiliateID, ...) (*http.Response, error) + GetAffiliatesPage func(ctx context.Context, params *GetAffiliatesPageParams, ...) (*http.Response, error) + GetGrandPrixSections func(ctx context.Context, year int32, params *GetGrandPrixSectionsParams, ...) (*http.Response, error) + GetGrandPrixStandings func(ctx context.Context, params *GetGrandPrixStandingsParams, ...) (*http.Response, error) + GetMaxRanks func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMember func(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMemberAwardsPage func(ctx context.Context, memberId MemberID, params *GetMemberAwardsPageParams, ...) (*http.Response, error) + GetMemberDirectorshipsPage func(ctx context.Context, memberId MemberID, ...) (*http.Response, error) + GetMemberRatedEventsPage func(ctx context.Context, memberId MemberID, params *GetMemberRatedEventsPageParams, ...) (*http.Response, error) + GetMemberRatedGames func(ctx context.Context, memberId MemberID, params *GetMemberRatedGamesParams, ...) (*http.Response, error) + GetMemberRatedSectionsPage func(ctx context.Context, memberId MemberID, ...) (*http.Response, error) + GetMembersPage func(ctx context.Context, params *GetMembersPageParams, ...) (*http.Response, error) + GetNorms func(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetOfficial func(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + GetPendingEvent func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPendingEventBySectionId func(ctx context.Context, sectionId SectionID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPendingEventsPage func(ctx context.Context, params *GetPendingEventsPageParams, ...) (*http.Response, error) + GetPendingGame func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + GetPendingPlayer func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + GetPendingSection func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + GetPromoCode func(ctx context.Context, promoCodeId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPromoCodeByDiscountCode func(ctx context.Context, discountCode string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPromoCodesPage func(ctx context.Context, params *GetPromoCodesPageParams, ...) (*http.Response, error) + GetRatedEvent func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + GetRatedEventSectionDetail func(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*http.Response, error) + GetRatedEventStandingsPage func(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*http.Response, error) + GetRatedEventsPage func(ctx context.Context, params *GetRatedEventsPageParams, ...) (*http.Response, error) + GetRatedSectionsPage func(ctx context.Context, params *GetRatedSectionsPageParams, ...) (*http.Response, error) + GetRatingSupplementsPage func(ctx context.Context, memberId MemberID, params *GetRatingSupplementsPageParams, ...) (*http.Response, error) + GetReport func(ctx context.Context, definitionId string, params *GetReportParams, ...) (*http.Response, error) + GetReportDefinitions func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetTopPlayersReportForMember func(ctx context.Context, memberId MemberID, ...) (*http.Response, error) + GetUnofficialRankLookup func(ctx context.Context, ratingSource RatingType, ...) (*http.Response, error) + ListAllPendingGames func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + ListAllPendingPlayers func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + ListPendingEventOfficials func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + ListPendingGames func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + ListPendingPlayers func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + ListPendingSections func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + ListRatedEventOfficials func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + ListRoundUnpairedPlayers func(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*http.Response, error) + ListUnplayedRounds func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + ReleaseForReview func(ctx context.Context, eventId EventID, body ReleaseForReviewJSONRequestBody, ...) (*http.Response, error) + ReleaseForReviewWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, ...) (*http.Response, error) + ReleaseForReviewWithBody func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + StartTopPlayerReportJob func(ctx context.Context, body StartTopPlayerReportJobJSONRequestBody, ...) (*http.Response, error) + StartTopPlayerReportJobWithApplicationWildcardPlusJSONBody func(ctx context.Context, ...) (*http.Response, error) + StartTopPlayerReportJobWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateCompliance func(ctx context.Context, eventId EventID, body UpdateComplianceJSONRequestBody, ...) (*http.Response, error) + UpdateComplianceWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, ...) (*http.Response, error) + UpdateComplianceWithBody func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateOfficial func(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + UpdateOfficialWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, officialId string, ...) (*http.Response, error) + UpdateOfficialWithBody func(ctx context.Context, eventId EventID, officialId string, contentType string, ...) (*http.Response, error) + UpdatePendingEvent func(ctx context.Context, eventId EventID, body UpdatePendingEventJSONRequestBody, ...) (*http.Response, error) + UpdatePendingEventWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, ...) (*http.Response, error) + UpdatePendingEventWithBody func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + UpdatePendingGame func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + UpdatePendingGameWithApplicationWildcardPlusJSONBody func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + UpdatePendingGameWithBody func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*http.Response, error) + UpdatePendingPlayer func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + UpdatePendingPlayerWithApplicationWildcardPlusJSONBody func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + UpdatePendingPlayerWithBody func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*http.Response, error) + UpdatePendingSection func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + UpdatePendingSectionWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*http.Response, error) + UpdatePendingSectionWithBody func(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*http.Response, error) + UpdateReview func(ctx context.Context, eventId EventID, body UpdateReviewJSONRequestBody, ...) (*http.Response, error) + UpdateReviewWithApplicationWildcardPlusJSONBody func(ctx context.Context, eventId EventID, ...) (*http.Response, error) + UpdateReviewWithBody func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*http.Response, error) + UploadWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ValidatePendingEvent func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + func WithUserAgent(userAgent string) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func NewDefaultClient(opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) AddEntireUnpairedRoundWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*AddEntireUnpairedRoundResponse, error) + func (c *ClientWithResponses) AddOfficialWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, ...) (*AddOfficialResponse, error) + func (c *ClientWithResponses) AddOfficialWithBodyWithResponse(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*AddOfficialResponse, error) + func (c *ClientWithResponses) AddOfficialWithResponse(ctx context.Context, eventId EventID, body AddOfficialJSONRequestBody, ...) (*AddOfficialResponse, error) + func (c *ClientWithResponses) CreatePendingEventWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, ...) (*CreatePendingEventResponse, error) + func (c *ClientWithResponses) CreatePendingEventWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePendingEventResponse, error) + func (c *ClientWithResponses) CreatePendingEventWithResponse(ctx context.Context, body CreatePendingEventJSONRequestBody, ...) (*CreatePendingEventResponse, error) + func (c *ClientWithResponses) CreatePendingGameWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*CreatePendingGameResponse, error) + func (c *ClientWithResponses) CreatePendingGameWithBodyWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*CreatePendingGameResponse, error) + func (c *ClientWithResponses) CreatePendingGameWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*CreatePendingGameResponse, error) + func (c *ClientWithResponses) CreatePendingPlayerWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*CreatePendingPlayerResponse, error) + func (c *ClientWithResponses) CreatePendingPlayerWithBodyWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*CreatePendingPlayerResponse, error) + func (c *ClientWithResponses) CreatePendingPlayerWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*CreatePendingPlayerResponse, error) + func (c *ClientWithResponses) CreatePendingSectionWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, ...) (*CreatePendingSectionResponse, error) + func (c *ClientWithResponses) CreatePendingSectionWithBodyWithResponse(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*CreatePendingSectionResponse, error) + func (c *ClientWithResponses) CreatePendingSectionWithResponse(ctx context.Context, eventId EventID, body CreatePendingSectionJSONRequestBody, ...) (*CreatePendingSectionResponse, error) + func (c *ClientWithResponses) CreateUnplayedRoundWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*CreateUnplayedRoundResponse, error) + func (c *ClientWithResponses) CreateUnplayedRoundWithBodyWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*CreateUnplayedRoundResponse, error) + func (c *ClientWithResponses) CreateUnplayedRoundWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*CreateUnplayedRoundResponse, error) + func (c *ClientWithResponses) DeleteEntirePendingRoundWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*DeleteEntirePendingRoundResponse, error) + func (c *ClientWithResponses) DeleteOfficialWithResponse(ctx context.Context, eventId EventID, officialId string, ...) (*DeleteOfficialResponse, error) + func (c *ClientWithResponses) DeletePendingEventWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*DeletePendingEventResponse, error) + func (c *ClientWithResponses) DeletePendingGameWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*DeletePendingGameResponse, error) + func (c *ClientWithResponses) DeletePendingPlayerWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*DeletePendingPlayerResponse, error) + func (c *ClientWithResponses) DeletePendingSectionWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*DeletePendingSectionResponse, error) + func (c *ClientWithResponses) DeleteUnplayedRoundWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*DeleteUnplayedRoundResponse, error) + func (c *ClientWithResponses) GetAffiliateRatedEventsWithResponse(ctx context.Context, affiliateId AffiliateID, ...) (*GetAffiliateRatedEventsResponse, error) + func (c *ClientWithResponses) GetAffiliateWithResponse(ctx context.Context, affiliateId AffiliateID, reqEditors ...RequestEditorFn) (*GetAffiliateResponse, error) + func (c *ClientWithResponses) GetAffiliatesPageWithResponse(ctx context.Context, params *GetAffiliatesPageParams, ...) (*GetAffiliatesPageResponse, error) + func (c *ClientWithResponses) GetAllAffiliateRatedEvents(ctx context.Context, affiliateID AffiliateID, ...) ([]RatedEvent, error) + func (c *ClientWithResponses) GetAllAffiliates(ctx context.Context, pageParams *GetAffiliatesPageParams, ...) ([]Affiliate, error) + func (c *ClientWithResponses) GetAllMemberAwards(ctx context.Context, memberID MemberID, reqEditors ...RequestEditorFn) ([]MemberAward, error) + func (c *ClientWithResponses) GetAllMemberDirectorships(ctx context.Context, memberID MemberID, reqEditors ...RequestEditorFn) ([]MemberDirectorship, error) + func (c *ClientWithResponses) GetAllMemberEvents(ctx context.Context, memberID MemberID, reqEditors ...RequestEditorFn) ([]RatedEvent, error) + func (c *ClientWithResponses) GetAllMemberRatedGames(ctx context.Context, memberID MemberID, pageParams *GetMemberRatedGamesParams, ...) ([]MemberRatedGame, error) + func (c *ClientWithResponses) GetAllMemberRatedSections(ctx context.Context, memberID MemberID, ...) ([]MemberRatedSection, error) + func (c *ClientWithResponses) GetAllPendingPlayers(ctx context.Context, pendingEventID EventID, sectionID SectionID, ...) ([]PendingPlayer, error) + func (c *ClientWithResponses) GetAllRatedEventStandings(ctx context.Context, eventID EventID, sectionNumber int32, ...) ([]Standings, error) + func (c *ClientWithResponses) GetAllRatedEvents(ctx context.Context, pageParams *GetRatedEventsPageParams, ...) ([]RatedEvent, error) + func (c *ClientWithResponses) GetAllRatingSupplements(ctx context.Context, memberID MemberID, reqEditors ...RequestEditorFn) ([]RatingSupplement, error) + func (c *ClientWithResponses) GetAllTopPlayersReportsForMember(ctx context.Context, memberID MemberID, reqEditors ...RequestEditorFn) ([]TopPlayerReport, error) + func (c *ClientWithResponses) GetGrandPrixSectionsWithResponse(ctx context.Context, year int32, params *GetGrandPrixSectionsParams, ...) (*GetGrandPrixSectionsResponse, error) + func (c *ClientWithResponses) GetGrandPrixStandingsWithResponse(ctx context.Context, params *GetGrandPrixStandingsParams, ...) (*GetGrandPrixStandingsResponse, error) + func (c *ClientWithResponses) GetMaxRanksWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMaxRanksResponse, error) + func (c *ClientWithResponses) GetMemberAwardsPageWithResponse(ctx context.Context, memberId MemberID, params *GetMemberAwardsPageParams, ...) (*GetMemberAwardsPageResponse, error) + func (c *ClientWithResponses) GetMemberDirectorshipsPageWithResponse(ctx context.Context, memberId MemberID, ...) (*GetMemberDirectorshipsPageResponse, error) + func (c *ClientWithResponses) GetMemberRatedEventsPageWithResponse(ctx context.Context, memberId MemberID, params *GetMemberRatedEventsPageParams, ...) (*GetMemberRatedEventsPageResponse, error) + func (c *ClientWithResponses) GetMemberRatedGamesWithResponse(ctx context.Context, memberId MemberID, params *GetMemberRatedGamesParams, ...) (*GetMemberRatedGamesResponse, error) + func (c *ClientWithResponses) GetMemberRatedSectionsPageWithResponse(ctx context.Context, memberId MemberID, ...) (*GetMemberRatedSectionsPageResponse, error) + func (c *ClientWithResponses) GetMemberWithResponse(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*GetMemberResponse, error) + func (c *ClientWithResponses) GetMembersPageWithResponse(ctx context.Context, params *GetMembersPageParams, ...) (*GetMembersPageResponse, error) + func (c *ClientWithResponses) GetNormsWithResponse(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*GetNormsResponse, error) + func (c *ClientWithResponses) GetOfficialWithResponse(ctx context.Context, eventId EventID, officialId string, ...) (*GetOfficialResponse, error) + func (c *ClientWithResponses) GetPendingEventBySectionIdWithResponse(ctx context.Context, sectionId SectionID, reqEditors ...RequestEditorFn) (*GetPendingEventBySectionIdResponse, error) + func (c *ClientWithResponses) GetPendingEventWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*GetPendingEventResponse, error) + func (c *ClientWithResponses) GetPendingEventsPageWithResponse(ctx context.Context, params *GetPendingEventsPageParams, ...) (*GetPendingEventsPageResponse, error) + func (c *ClientWithResponses) GetPendingGameWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*GetPendingGameResponse, error) + func (c *ClientWithResponses) GetPendingPlayerWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*GetPendingPlayerResponse, error) + func (c *ClientWithResponses) GetPendingSectionWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*GetPendingSectionResponse, error) + func (c *ClientWithResponses) GetPlayer(ctx context.Context, memberID MemberID, opts *GetPlayerOptions, ...) (*Player, error) + func (c *ClientWithResponses) GetPromoCodeByDiscountCodeWithResponse(ctx context.Context, discountCode string, reqEditors ...RequestEditorFn) (*GetPromoCodeByDiscountCodeResponse, error) + func (c *ClientWithResponses) GetPromoCodeWithResponse(ctx context.Context, promoCodeId string, reqEditors ...RequestEditorFn) (*GetPromoCodeResponse, error) + func (c *ClientWithResponses) GetPromoCodesPageWithResponse(ctx context.Context, params *GetPromoCodesPageParams, ...) (*GetPromoCodesPageResponse, error) + func (c *ClientWithResponses) GetRatedEventSectionDetailWithResponse(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*GetRatedEventSectionDetailResponse, error) + func (c *ClientWithResponses) GetRatedEventStandingsPageWithResponse(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*GetRatedEventStandingsPageResponse, error) + func (c *ClientWithResponses) GetRatedEventWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*GetRatedEventResponse, error) + func (c *ClientWithResponses) GetRatedEventsPageWithResponse(ctx context.Context, params *GetRatedEventsPageParams, ...) (*GetRatedEventsPageResponse, error) + func (c *ClientWithResponses) GetRatedSectionsPageWithResponse(ctx context.Context, params *GetRatedSectionsPageParams, ...) (*GetRatedSectionsPageResponse, error) + func (c *ClientWithResponses) GetRatingSupplementsPageWithResponse(ctx context.Context, memberId MemberID, params *GetRatingSupplementsPageParams, ...) (*GetRatingSupplementsPageResponse, error) + func (c *ClientWithResponses) GetReportDefinitionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetReportDefinitionsResponse, error) + func (c *ClientWithResponses) GetReportWithResponse(ctx context.Context, definitionId string, params *GetReportParams, ...) (*GetReportResponse, error) + func (c *ClientWithResponses) GetTopPlayersReportForMemberWithResponse(ctx context.Context, memberId MemberID, ...) (*GetTopPlayersReportForMemberResponse, error) + func (c *ClientWithResponses) GetTournament(ctx context.Context, eventID EventID, reqEditors ...RequestEditorFn) (*Tournament, error) + func (c *ClientWithResponses) GetUnofficialRankLookupWithResponse(ctx context.Context, ratingSource RatingType, ...) (*GetUnofficialRankLookupResponse, error) + func (c *ClientWithResponses) ListAllPendingGamesWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListAllPendingGamesResponse, error) + func (c *ClientWithResponses) ListAllPendingPlayersWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListAllPendingPlayersResponse, error) + func (c *ClientWithResponses) ListPendingEventOfficialsWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListPendingEventOfficialsResponse, error) + func (c *ClientWithResponses) ListPendingGamesWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*ListPendingGamesResponse, error) + func (c *ClientWithResponses) ListPendingPlayersWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*ListPendingPlayersResponse, error) + func (c *ClientWithResponses) ListPendingSectionsWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListPendingSectionsResponse, error) + func (c *ClientWithResponses) ListRatedEventOfficialsWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListRatedEventOfficialsResponse, error) + func (c *ClientWithResponses) ListRoundUnpairedPlayersWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*ListRoundUnpairedPlayersResponse, error) + func (c *ClientWithResponses) ListUnplayedRoundsWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*ListUnplayedRoundsResponse, error) + func (c *ClientWithResponses) ReleaseForReviewWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, ...) (*ReleaseForReviewResponse, error) + func (c *ClientWithResponses) ReleaseForReviewWithBodyWithResponse(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*ReleaseForReviewResponse, error) + func (c *ClientWithResponses) ReleaseForReviewWithResponse(ctx context.Context, eventId EventID, body ReleaseForReviewJSONRequestBody, ...) (*ReleaseForReviewResponse, error) + func (c *ClientWithResponses) StartTopPlayerReportJobWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, ...) (*StartTopPlayerReportJobResponse, error) + func (c *ClientWithResponses) StartTopPlayerReportJobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*StartTopPlayerReportJobResponse, error) + func (c *ClientWithResponses) StartTopPlayerReportJobWithResponse(ctx context.Context, body StartTopPlayerReportJobJSONRequestBody, ...) (*StartTopPlayerReportJobResponse, error) + func (c *ClientWithResponses) UpdateComplianceWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, ...) (*UpdateComplianceResponse, error) + func (c *ClientWithResponses) UpdateComplianceWithBodyWithResponse(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*UpdateComplianceResponse, error) + func (c *ClientWithResponses) UpdateComplianceWithResponse(ctx context.Context, eventId EventID, body UpdateComplianceJSONRequestBody, ...) (*UpdateComplianceResponse, error) + func (c *ClientWithResponses) UpdateOfficialWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, officialId string, ...) (*UpdateOfficialResponse, error) + func (c *ClientWithResponses) UpdateOfficialWithBodyWithResponse(ctx context.Context, eventId EventID, officialId string, contentType string, ...) (*UpdateOfficialResponse, error) + func (c *ClientWithResponses) UpdateOfficialWithResponse(ctx context.Context, eventId EventID, officialId string, ...) (*UpdateOfficialResponse, error) + func (c *ClientWithResponses) UpdatePendingEventWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, ...) (*UpdatePendingEventResponse, error) + func (c *ClientWithResponses) UpdatePendingEventWithBodyWithResponse(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*UpdatePendingEventResponse, error) + func (c *ClientWithResponses) UpdatePendingEventWithResponse(ctx context.Context, eventId EventID, body UpdatePendingEventJSONRequestBody, ...) (*UpdatePendingEventResponse, error) + func (c *ClientWithResponses) UpdatePendingGameWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*UpdatePendingGameResponse, error) + func (c *ClientWithResponses) UpdatePendingGameWithBodyWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*UpdatePendingGameResponse, error) + func (c *ClientWithResponses) UpdatePendingGameWithResponse(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*UpdatePendingGameResponse, error) + func (c *ClientWithResponses) UpdatePendingPlayerWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*UpdatePendingPlayerResponse, error) + func (c *ClientWithResponses) UpdatePendingPlayerWithBodyWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*UpdatePendingPlayerResponse, error) + func (c *ClientWithResponses) UpdatePendingPlayerWithResponse(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*UpdatePendingPlayerResponse, error) + func (c *ClientWithResponses) UpdatePendingSectionWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*UpdatePendingSectionResponse, error) + func (c *ClientWithResponses) UpdatePendingSectionWithBodyWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*UpdatePendingSectionResponse, error) + func (c *ClientWithResponses) UpdatePendingSectionWithResponse(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*UpdatePendingSectionResponse, error) + func (c *ClientWithResponses) UpdateReviewWithApplicationWildcardPlusJSONBodyWithResponse(ctx context.Context, eventId EventID, ...) (*UpdateReviewResponse, error) + func (c *ClientWithResponses) UpdateReviewWithBodyWithResponse(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*UpdateReviewResponse, error) + func (c *ClientWithResponses) UpdateReviewWithResponse(ctx context.Context, eventId EventID, body UpdateReviewJSONRequestBody, ...) (*UpdateReviewResponse, error) + func (c *ClientWithResponses) UploadWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UploadResponse, error) + func (c *ClientWithResponses) ValidatePendingEventWithResponse(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ValidatePendingEventResponse, error) + func (client *ClientWithResponses) GetRatingEstimate(ctx context.Context, playerID MemberID, opponentIDs []MemberID, score float64, ...) (RatingRecord, error) + type ClientWithResponsesInterface interface + AddEntireUnpairedRoundWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*AddEntireUnpairedRoundResponse, error) + AddOfficialWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, ...) (*AddOfficialResponse, error) + AddOfficialWithBodyWithResponse func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*AddOfficialResponse, error) + AddOfficialWithResponse func(ctx context.Context, eventId EventID, body AddOfficialJSONRequestBody, ...) (*AddOfficialResponse, error) + CreatePendingEventWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, ...) (*CreatePendingEventResponse, error) + CreatePendingEventWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreatePendingEventResponse, error) + CreatePendingEventWithResponse func(ctx context.Context, body CreatePendingEventJSONRequestBody, ...) (*CreatePendingEventResponse, error) + CreatePendingGameWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*CreatePendingGameResponse, error) + CreatePendingGameWithBodyWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*CreatePendingGameResponse, error) + CreatePendingGameWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*CreatePendingGameResponse, error) + CreatePendingPlayerWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*CreatePendingPlayerResponse, error) + CreatePendingPlayerWithBodyWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*CreatePendingPlayerResponse, error) + CreatePendingPlayerWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*CreatePendingPlayerResponse, error) + CreatePendingSectionWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, ...) (*CreatePendingSectionResponse, error) + CreatePendingSectionWithBodyWithResponse func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*CreatePendingSectionResponse, error) + CreatePendingSectionWithResponse func(ctx context.Context, eventId EventID, body CreatePendingSectionJSONRequestBody, ...) (*CreatePendingSectionResponse, error) + CreateUnplayedRoundWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*CreateUnplayedRoundResponse, error) + CreateUnplayedRoundWithBodyWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*CreateUnplayedRoundResponse, error) + CreateUnplayedRoundWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*CreateUnplayedRoundResponse, error) + DeleteEntirePendingRoundWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*DeleteEntirePendingRoundResponse, error) + DeleteOfficialWithResponse func(ctx context.Context, eventId EventID, officialId string, ...) (*DeleteOfficialResponse, error) + DeletePendingEventWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*DeletePendingEventResponse, error) + DeletePendingGameWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*DeletePendingGameResponse, error) + DeletePendingPlayerWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*DeletePendingPlayerResponse, error) + DeletePendingSectionWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*DeletePendingSectionResponse, error) + DeleteUnplayedRoundWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*DeleteUnplayedRoundResponse, error) + GetAffiliateRatedEventsWithResponse func(ctx context.Context, affiliateId AffiliateID, ...) (*GetAffiliateRatedEventsResponse, error) + GetAffiliateWithResponse func(ctx context.Context, affiliateId AffiliateID, reqEditors ...RequestEditorFn) (*GetAffiliateResponse, error) + GetAffiliatesPageWithResponse func(ctx context.Context, params *GetAffiliatesPageParams, ...) (*GetAffiliatesPageResponse, error) + GetGrandPrixSectionsWithResponse func(ctx context.Context, year int32, params *GetGrandPrixSectionsParams, ...) (*GetGrandPrixSectionsResponse, error) + GetGrandPrixStandingsWithResponse func(ctx context.Context, params *GetGrandPrixStandingsParams, ...) (*GetGrandPrixStandingsResponse, error) + GetMaxRanksWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMaxRanksResponse, error) + GetMemberAwardsPageWithResponse func(ctx context.Context, memberId MemberID, params *GetMemberAwardsPageParams, ...) (*GetMemberAwardsPageResponse, error) + GetMemberDirectorshipsPageWithResponse func(ctx context.Context, memberId MemberID, ...) (*GetMemberDirectorshipsPageResponse, error) + GetMemberRatedEventsPageWithResponse func(ctx context.Context, memberId MemberID, params *GetMemberRatedEventsPageParams, ...) (*GetMemberRatedEventsPageResponse, error) + GetMemberRatedGamesWithResponse func(ctx context.Context, memberId MemberID, params *GetMemberRatedGamesParams, ...) (*GetMemberRatedGamesResponse, error) + GetMemberRatedSectionsPageWithResponse func(ctx context.Context, memberId MemberID, ...) (*GetMemberRatedSectionsPageResponse, error) + GetMemberWithResponse func(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*GetMemberResponse, error) + GetMembersPageWithResponse func(ctx context.Context, params *GetMembersPageParams, ...) (*GetMembersPageResponse, error) + GetNormsWithResponse func(ctx context.Context, memberId MemberID, reqEditors ...RequestEditorFn) (*GetNormsResponse, error) + GetOfficialWithResponse func(ctx context.Context, eventId EventID, officialId string, ...) (*GetOfficialResponse, error) + GetPendingEventBySectionIdWithResponse func(ctx context.Context, sectionId SectionID, reqEditors ...RequestEditorFn) (*GetPendingEventBySectionIdResponse, error) + GetPendingEventWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*GetPendingEventResponse, error) + GetPendingEventsPageWithResponse func(ctx context.Context, params *GetPendingEventsPageParams, ...) (*GetPendingEventsPageResponse, error) + GetPendingGameWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*GetPendingGameResponse, error) + GetPendingPlayerWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*GetPendingPlayerResponse, error) + GetPendingSectionWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*GetPendingSectionResponse, error) + GetPromoCodeByDiscountCodeWithResponse func(ctx context.Context, discountCode string, reqEditors ...RequestEditorFn) (*GetPromoCodeByDiscountCodeResponse, error) + GetPromoCodeWithResponse func(ctx context.Context, promoCodeId string, reqEditors ...RequestEditorFn) (*GetPromoCodeResponse, error) + GetPromoCodesPageWithResponse func(ctx context.Context, params *GetPromoCodesPageParams, ...) (*GetPromoCodesPageResponse, error) + GetRatedEventSectionDetailWithResponse func(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*GetRatedEventSectionDetailResponse, error) + GetRatedEventStandingsPageWithResponse func(ctx context.Context, eventId EventID, sectionNumber int32, ...) (*GetRatedEventStandingsPageResponse, error) + GetRatedEventWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*GetRatedEventResponse, error) + GetRatedEventsPageWithResponse func(ctx context.Context, params *GetRatedEventsPageParams, ...) (*GetRatedEventsPageResponse, error) + GetRatedSectionsPageWithResponse func(ctx context.Context, params *GetRatedSectionsPageParams, ...) (*GetRatedSectionsPageResponse, error) + GetRatingSupplementsPageWithResponse func(ctx context.Context, memberId MemberID, params *GetRatingSupplementsPageParams, ...) (*GetRatingSupplementsPageResponse, error) + GetReportDefinitionsWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetReportDefinitionsResponse, error) + GetReportWithResponse func(ctx context.Context, definitionId string, params *GetReportParams, ...) (*GetReportResponse, error) + GetTopPlayersReportForMemberWithResponse func(ctx context.Context, memberId MemberID, ...) (*GetTopPlayersReportForMemberResponse, error) + GetUnofficialRankLookupWithResponse func(ctx context.Context, ratingSource RatingType, ...) (*GetUnofficialRankLookupResponse, error) + ListAllPendingGamesWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListAllPendingGamesResponse, error) + ListAllPendingPlayersWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListAllPendingPlayersResponse, error) + ListPendingEventOfficialsWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListPendingEventOfficialsResponse, error) + ListPendingGamesWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*ListPendingGamesResponse, error) + ListPendingPlayersWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*ListPendingPlayersResponse, error) + ListPendingSectionsWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListPendingSectionsResponse, error) + ListRatedEventOfficialsWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ListRatedEventOfficialsResponse, error) + ListRoundUnpairedPlayersWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, roundNumber int32, ...) (*ListRoundUnpairedPlayersResponse, error) + ListUnplayedRoundsWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*ListUnplayedRoundsResponse, error) + ReleaseForReviewWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, ...) (*ReleaseForReviewResponse, error) + ReleaseForReviewWithBodyWithResponse func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*ReleaseForReviewResponse, error) + ReleaseForReviewWithResponse func(ctx context.Context, eventId EventID, body ReleaseForReviewJSONRequestBody, ...) (*ReleaseForReviewResponse, error) + StartTopPlayerReportJobWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, ...) (*StartTopPlayerReportJobResponse, error) + StartTopPlayerReportJobWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*StartTopPlayerReportJobResponse, error) + StartTopPlayerReportJobWithResponse func(ctx context.Context, body StartTopPlayerReportJobJSONRequestBody, ...) (*StartTopPlayerReportJobResponse, error) + UpdateComplianceWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, ...) (*UpdateComplianceResponse, error) + UpdateComplianceWithBodyWithResponse func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*UpdateComplianceResponse, error) + UpdateComplianceWithResponse func(ctx context.Context, eventId EventID, body UpdateComplianceJSONRequestBody, ...) (*UpdateComplianceResponse, error) + UpdateOfficialWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, officialId string, ...) (*UpdateOfficialResponse, error) + UpdateOfficialWithBodyWithResponse func(ctx context.Context, eventId EventID, officialId string, contentType string, ...) (*UpdateOfficialResponse, error) + UpdateOfficialWithResponse func(ctx context.Context, eventId EventID, officialId string, ...) (*UpdateOfficialResponse, error) + UpdatePendingEventWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, ...) (*UpdatePendingEventResponse, error) + UpdatePendingEventWithBodyWithResponse func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*UpdatePendingEventResponse, error) + UpdatePendingEventWithResponse func(ctx context.Context, eventId EventID, body UpdatePendingEventJSONRequestBody, ...) (*UpdatePendingEventResponse, error) + UpdatePendingGameWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*UpdatePendingGameResponse, error) + UpdatePendingGameWithBodyWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*UpdatePendingGameResponse, error) + UpdatePendingGameWithResponse func(ctx context.Context, pendingEventId EventID, pendingSectionId SectionID, ...) (*UpdatePendingGameResponse, error) + UpdatePendingPlayerWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*UpdatePendingPlayerResponse, error) + UpdatePendingPlayerWithBodyWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*UpdatePendingPlayerResponse, error) + UpdatePendingPlayerWithResponse func(ctx context.Context, pendingEventId EventID, sectionId SectionID, ...) (*UpdatePendingPlayerResponse, error) + UpdatePendingSectionWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*UpdatePendingSectionResponse, error) + UpdatePendingSectionWithBodyWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, contentType string, ...) (*UpdatePendingSectionResponse, error) + UpdatePendingSectionWithResponse func(ctx context.Context, eventId EventID, sectionId SectionID, ...) (*UpdatePendingSectionResponse, error) + UpdateReviewWithApplicationWildcardPlusJSONBodyWithResponse func(ctx context.Context, eventId EventID, ...) (*UpdateReviewResponse, error) + UpdateReviewWithBodyWithResponse func(ctx context.Context, eventId EventID, contentType string, body io.Reader, ...) (*UpdateReviewResponse, error) + UpdateReviewWithResponse func(ctx context.Context, eventId EventID, body UpdateReviewJSONRequestBody, ...) (*UpdateReviewResponse, error) + UploadWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UploadResponse, error) + ValidatePendingEventWithResponse func(ctx context.Context, eventId EventID, reqEditors ...RequestEditorFn) (*ValidatePendingEventResponse, error) + type CreatePendingEventApplicationWildcardPlusJSONBody = PendingEventCreate + type CreatePendingEventApplicationWildcardPlusJSONRequestBody = CreatePendingEventApplicationWildcardPlusJSONBody + type CreatePendingEventJSONBody = PendingEventCreate + type CreatePendingEventJSONRequestBody = CreatePendingEventJSONBody + type CreatePendingEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PendingEventDetail + JSON400 *ProblemDetails + func ParseCreatePendingEventResponse(rsp *http.Response) (*CreatePendingEventResponse, error) + func (r CreatePendingEventResponse) ContentType() string + func (r CreatePendingEventResponse) Status() string + func (r CreatePendingEventResponse) StatusCode() int + type CreatePendingGameApplicationWildcardPlusJSONBody = PendingGameCreate + type CreatePendingGameApplicationWildcardPlusJSONRequestBody = CreatePendingGameApplicationWildcardPlusJSONBody + type CreatePendingGameJSONBody = PendingGameCreate + type CreatePendingGameJSONRequestBody = CreatePendingGameJSONBody + type CreatePendingGameResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PendingGame + JSON400 *ProblemDetails + func ParseCreatePendingGameResponse(rsp *http.Response) (*CreatePendingGameResponse, error) + func (r CreatePendingGameResponse) ContentType() string + func (r CreatePendingGameResponse) Status() string + func (r CreatePendingGameResponse) StatusCode() int + type CreatePendingPlayerApplicationWildcardPlusJSONBody = PendingPlayerCreate + type CreatePendingPlayerApplicationWildcardPlusJSONRequestBody = CreatePendingPlayerApplicationWildcardPlusJSONBody + type CreatePendingPlayerJSONBody = PendingPlayerCreate + type CreatePendingPlayerJSONRequestBody = CreatePendingPlayerJSONBody + type CreatePendingPlayerResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PendingPlayer + JSON400 *ProblemDetails + func ParseCreatePendingPlayerResponse(rsp *http.Response) (*CreatePendingPlayerResponse, error) + func (r CreatePendingPlayerResponse) ContentType() string + func (r CreatePendingPlayerResponse) Status() string + func (r CreatePendingPlayerResponse) StatusCode() int + type CreatePendingSectionApplicationWildcardPlusJSONBody = PendingSectionCreate + type CreatePendingSectionApplicationWildcardPlusJSONRequestBody = CreatePendingSectionApplicationWildcardPlusJSONBody + type CreatePendingSectionJSONBody = PendingSectionCreate + type CreatePendingSectionJSONRequestBody = CreatePendingSectionJSONBody + type CreatePendingSectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PendingSectionDetail + JSON400 *ProblemDetails + func ParseCreatePendingSectionResponse(rsp *http.Response) (*CreatePendingSectionResponse, error) + func (r CreatePendingSectionResponse) ContentType() string + func (r CreatePendingSectionResponse) Status() string + func (r CreatePendingSectionResponse) StatusCode() int + type CreateUnplayedRoundApplicationWildcardPlusJSONBody = UnplayedRoundCreate + type CreateUnplayedRoundApplicationWildcardPlusJSONRequestBody = CreateUnplayedRoundApplicationWildcardPlusJSONBody + type CreateUnplayedRoundJSONBody = UnplayedRoundCreate + type CreateUnplayedRoundJSONRequestBody = CreateUnplayedRoundJSONBody + type CreateUnplayedRoundResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *UnplayedRound + func ParseCreateUnplayedRoundResponse(rsp *http.Response) (*CreateUnplayedRoundResponse, error) + func (r CreateUnplayedRoundResponse) ContentType() string + func (r CreateUnplayedRoundResponse) Status() string + func (r CreateUnplayedRoundResponse) StatusCode() int + type DeleteEntirePendingRoundResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteEntirePendingRoundResponse(rsp *http.Response) (*DeleteEntirePendingRoundResponse, error) + func (r DeleteEntirePendingRoundResponse) ContentType() string + func (r DeleteEntirePendingRoundResponse) Status() string + func (r DeleteEntirePendingRoundResponse) StatusCode() int + type DeleteOfficialResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteOfficialResponse(rsp *http.Response) (*DeleteOfficialResponse, error) + func (r DeleteOfficialResponse) ContentType() string + func (r DeleteOfficialResponse) Status() string + func (r DeleteOfficialResponse) StatusCode() int + type DeletePendingEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingEventDetail + func ParseDeletePendingEventResponse(rsp *http.Response) (*DeletePendingEventResponse, error) + func (r DeletePendingEventResponse) ContentType() string + func (r DeletePendingEventResponse) Status() string + func (r DeletePendingEventResponse) StatusCode() int + type DeletePendingGameResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeletePendingGameResponse(rsp *http.Response) (*DeletePendingGameResponse, error) + func (r DeletePendingGameResponse) ContentType() string + func (r DeletePendingGameResponse) Status() string + func (r DeletePendingGameResponse) StatusCode() int + type DeletePendingPlayerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PendingPlayer + func ParseDeletePendingPlayerResponse(rsp *http.Response) (*DeletePendingPlayerResponse, error) + func (r DeletePendingPlayerResponse) ContentType() string + func (r DeletePendingPlayerResponse) Status() string + func (r DeletePendingPlayerResponse) StatusCode() int + type DeletePendingSectionResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeletePendingSectionResponse(rsp *http.Response) (*DeletePendingSectionResponse, error) + func (r DeletePendingSectionResponse) ContentType() string + func (r DeletePendingSectionResponse) Status() string + func (r DeletePendingSectionResponse) StatusCode() int + type DeleteUnplayedRoundParams struct + PlayerId *string + type DeleteUnplayedRoundResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteUnplayedRoundResponse(rsp *http.Response) (*DeleteUnplayedRoundResponse, error) + func (r DeleteUnplayedRoundResponse) ContentType() string + func (r DeleteUnplayedRoundResponse) Status() string + func (r DeleteUnplayedRoundResponse) StatusCode() int + type DiscountType string + const Fixed + const Percentage + func (e DiscountType) Valid() bool + type DomesticStatus string + const Domestic + const NonDomestic + func (e DomesticStatus) Valid() bool + type EventCompliance struct + IsComply bool + type EventID string + type EventReviewStatus string + const EventReviewStatusApproved + const EventReviewStatusNone + const EventReviewStatusRejected + const EventReviewStatusReviewNeeded + func (e EventReviewStatus) Valid() bool + type EventStatus string + const EventStatusArchived + const EventStatusCorrection + const EventStatusEntry + const EventStatusRated + func (e EventStatus) Valid() bool + type EventValidationStatus string + const EventValidationStatusFatal + const EventValidationStatusHot + const EventValidationStatusMedium + const EventValidationStatusMild + const EventValidationStatusNone + const EventValidationStatusValidated + func (e EventValidationStatus) Valid() bool + type ExemptionStatus string + const ExemptionStatusHousePlayer + const ExemptionStatusMemberCorrection + const ExemptionStatusNone + func (e ExemptionStatus) Valid() bool + type FIDEID string + type FieldWithValidation struct + Field string + Validations []ValidationInfo + type Gender string + const GenderFemale + const GenderMale + const GenderUnknown + func (e Gender) Valid() bool + type GetAffiliateRatedEventsParams struct + Affiliate *string + City *string + Dir SortDirection + DomesticStatus *DomesticStatus + FromDate *openapi_types.Date + MinSize *int32 + Name *string + Offset int32 + RatingSource *RatingType + ScholasticCode *ParticipantCoding + Size int32 + SortBy AffiliateEventSortBy + StateCode *string + ToDate *openapi_types.Date + Women *bool + type GetAffiliateRatedEventsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RatedEventPage + func ParseGetAffiliateRatedEventsResponse(rsp *http.Response) (*GetAffiliateRatedEventsResponse, error) + func (r GetAffiliateRatedEventsResponse) ContentType() string + func (r GetAffiliateRatedEventsResponse) Status() string + func (r GetAffiliateRatedEventsResponse) StatusCode() int + type GetAffiliateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Affiliate + func ParseGetAffiliateResponse(rsp *http.Response) (*GetAffiliateResponse, error) + func (r GetAffiliateResponse) ContentType() string + func (r GetAffiliateResponse) Status() string + func (r GetAffiliateResponse) StatusCode() int + type GetAffiliatesPageParams struct + Dir SortDirection + Fuzzy *string + Offset int32 + Size int32 + SortBy AffiliateSortBy + StateCode *string + type GetAffiliatesPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AffiliatePage + func ParseGetAffiliatesPageResponse(rsp *http.Response) (*GetAffiliatesPageResponse, error) + func (r GetAffiliatesPageResponse) ContentType() string + func (r GetAffiliatesPageResponse) Status() string + func (r GetAffiliatesPageResponse) StatusCode() int + type GetGrandPrixSectionsParams struct + Dir SortDirection + IsWomen *bool + Offset int32 + Search *string + Size int32 + SortBy GrandPrixSectionSortBy + StateCode *string + type GetGrandPrixSectionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GrandPrixSectionPage + func ParseGetGrandPrixSectionsResponse(rsp *http.Response) (*GetGrandPrixSectionsResponse, error) + func (r GetGrandPrixSectionsResponse) ContentType() string + func (r GetGrandPrixSectionsResponse) Status() string + func (r GetGrandPrixSectionsResponse) StatusCode() int + type GetGrandPrixStandingsParams struct + Dir SortDirection + IsWomen *bool + Offset int32 + Search *string + Size int32 + SortBy GrandPrixStandingSortBy + StateCode *string + type GetGrandPrixStandingsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GrandPrixPlayerPage + JSON404 *ProblemDetails + func ParseGetGrandPrixStandingsResponse(rsp *http.Response) (*GetGrandPrixStandingsResponse, error) + func (r GetGrandPrixStandingsResponse) ContentType() string + func (r GetGrandPrixStandingsResponse) Status() string + func (r GetGrandPrixStandingsResponse) StatusCode() int + type GetMaxRanksResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]MaxRank + func ParseGetMaxRanksResponse(rsp *http.Response) (*GetMaxRanksResponse, error) + func (r GetMaxRanksResponse) ContentType() string + func (r GetMaxRanksResponse) Status() string + func (r GetMaxRanksResponse) StatusCode() int + type GetMemberAwardsPageParams struct + Offset int32 + Size int32 + type GetMemberAwardsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemberAwardPage + func ParseGetMemberAwardsPageResponse(rsp *http.Response) (*GetMemberAwardsPageResponse, error) + func (r GetMemberAwardsPageResponse) ContentType() string + func (r GetMemberAwardsPageResponse) Status() string + func (r GetMemberAwardsPageResponse) StatusCode() int + type GetMemberDirectorshipsPageParams struct + Offset int32 + Size int32 + type GetMemberDirectorshipsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemberDirectorshipPage + func ParseGetMemberDirectorshipsPageResponse(rsp *http.Response) (*GetMemberDirectorshipsPageResponse, error) + func (r GetMemberDirectorshipsPageResponse) ContentType() string + func (r GetMemberDirectorshipsPageResponse) Status() string + func (r GetMemberDirectorshipsPageResponse) StatusCode() int + type GetMemberRatedEventsPageParams struct + Offset int32 + Size int32 + type GetMemberRatedEventsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RatedEventPage + func ParseGetMemberRatedEventsPageResponse(rsp *http.Response) (*GetMemberRatedEventsPageResponse, error) + func (r GetMemberRatedEventsPageResponse) ContentType() string + func (r GetMemberRatedEventsPageResponse) Status() string + func (r GetMemberRatedEventsPageResponse) StatusCode() int + type GetMemberRatedGamesParams struct + Offset int32 + OnOrAfterDate *openapi_types.Date + OnOrBeforeDate *openapi_types.Date + OpponentId *MemberID + PostRating *int32 + PreRating *int32 + RatingSource *RatingType + Size int32 + type GetMemberRatedGamesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemberRatedGamePage + func ParseGetMemberRatedGamesResponse(rsp *http.Response) (*GetMemberRatedGamesResponse, error) + func (r GetMemberRatedGamesResponse) ContentType() string + func (r GetMemberRatedGamesResponse) Status() string + func (r GetMemberRatedGamesResponse) StatusCode() int + type GetMemberRatedSectionsPageParams struct + Offset int32 + OnOrAfterDate *openapi_types.Date + OnOrBeforeDate *openapi_types.Date + RatingSource *RatingType + Size int32 + type GetMemberRatedSectionsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemberRatedSectionPage + func ParseGetMemberRatedSectionsPageResponse(rsp *http.Response) (*GetMemberRatedSectionsPageResponse, error) + func (r GetMemberRatedSectionsPageResponse) ContentType() string + func (r GetMemberRatedSectionsPageResponse) Status() string + func (r GetMemberRatedSectionsPageResponse) StatusCode() int + type GetMemberResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemberDetail + func ParseGetMemberResponse(rsp *http.Response) (*GetMemberResponse, error) + func (r GetMemberResponse) ContentType() string + func (r GetMemberResponse) Status() string + func (r GetMemberResponse) StatusCode() int + type GetMembersPageParams struct + AgeDate *openapi_types.Date + Dir SortDirection + Domestic *bool + ExpireEndDate *openapi_types.Date + ExpireStartDate *openapi_types.Date + Fide *bool + Fuzzy *string + Gender *Gender + Jurisdiction *string + MaxAge *int32 + MaxRating *int32 + MinAge *int32 + MinRating *int32 + Offset int32 + Ranked *bool + RatingCutoffFrom *openapi_types.Date + RatingCutoffTo *openapi_types.Date + RatingSource *RatingType + Size int32 + SortBy MemberSortBy + StateRep *string + Status *[]MemberStatusFilter + UsePeak *bool + UseUnofficialRatings *bool + type GetMembersPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemberDetailPage + func ParseGetMembersPageResponse(rsp *http.Response) (*GetMembersPageResponse, error) + func (r GetMembersPageResponse) ContentType() string + func (r GetMembersPageResponse) Status() string + func (r GetMembersPageResponse) StatusCode() int + type GetNormsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *NormItemsEnvelope + JSON404 *ProblemDetails + func ParseGetNormsResponse(rsp *http.Response) (*GetNormsResponse, error) + func (r GetNormsResponse) ContentType() string + func (r GetNormsResponse) Status() string + func (r GetNormsResponse) StatusCode() int + type GetOfficialResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Official + func ParseGetOfficialResponse(rsp *http.Response) (*GetOfficialResponse, error) + func (r GetOfficialResponse) ContentType() string + func (r GetOfficialResponse) Status() string + func (r GetOfficialResponse) StatusCode() int + type GetPendingEventBySectionIdResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingEventDetail + func ParseGetPendingEventBySectionIdResponse(rsp *http.Response) (*GetPendingEventBySectionIdResponse, error) + func (r GetPendingEventBySectionIdResponse) ContentType() string + func (r GetPendingEventBySectionIdResponse) Status() string + func (r GetPendingEventBySectionIdResponse) StatusCode() int + type GetPendingEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingEventDetail + func ParseGetPendingEventResponse(rsp *http.Response) (*GetPendingEventResponse, error) + func (r GetPendingEventResponse) ContentType() string + func (r GetPendingEventResponse) Status() string + func (r GetPendingEventResponse) StatusCode() int + type GetPendingEventsPageParams struct + AffiliateId *AffiliateID + City *string + Dir SortDirection + DomesticStatus *DomesticStatus + FromDate *openapi_types.Date + GrandPrix *bool + MinSize *int32 + Name *string + Offset int32 + OwnerId *string + RatingSource *RatingType + ReviewStatus *[]EventReviewStatus + ScholasticCode *ParticipantCoding + Size int32 + SortBy PendingEventSortBy + StateCode *string + Status *[]EventStatus + TimeControl *string + ToDate *openapi_types.Date + Women *bool + type GetPendingEventsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingEventPage + JSON403 *ProblemDetails + func ParseGetPendingEventsPageResponse(rsp *http.Response) (*GetPendingEventsPageResponse, error) + func (r GetPendingEventsPageResponse) ContentType() string + func (r GetPendingEventsPageResponse) Status() string + func (r GetPendingEventsPageResponse) StatusCode() int + type GetPendingGameResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingGame + func ParseGetPendingGameResponse(rsp *http.Response) (*GetPendingGameResponse, error) + func (r GetPendingGameResponse) ContentType() string + func (r GetPendingGameResponse) Status() string + func (r GetPendingGameResponse) StatusCode() int + type GetPendingPlayerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingPlayer + func ParseGetPendingPlayerResponse(rsp *http.Response) (*GetPendingPlayerResponse, error) + func (r GetPendingPlayerResponse) ContentType() string + func (r GetPendingPlayerResponse) Status() string + func (r GetPendingPlayerResponse) StatusCode() int + type GetPendingSectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingSectionDetail + func ParseGetPendingSectionResponse(rsp *http.Response) (*GetPendingSectionResponse, error) + func (r GetPendingSectionResponse) ContentType() string + func (r GetPendingSectionResponse) Status() string + func (r GetPendingSectionResponse) StatusCode() int + type GetPlayerOptions struct + IncludeEvents bool + IncludeLiveRatings bool + IncludeSupplements bool + RecentGamesOnOrAfter *time.Time + RecentSectionsOnOrAfter *time.Time + func DefaultGetPlayerOptions() GetPlayerOptions + type GetPromoCodeByDiscountCodeResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PromoCode + JSON403 *ProblemDetails + func ParseGetPromoCodeByDiscountCodeResponse(rsp *http.Response) (*GetPromoCodeByDiscountCodeResponse, error) + func (r GetPromoCodeByDiscountCodeResponse) ContentType() string + func (r GetPromoCodeByDiscountCodeResponse) Status() string + func (r GetPromoCodeByDiscountCodeResponse) StatusCode() int + type GetPromoCodeResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PromoCode + JSON403 *ProblemDetails + func ParseGetPromoCodeResponse(rsp *http.Response) (*GetPromoCodeResponse, error) + func (r GetPromoCodeResponse) ContentType() string + func (r GetPromoCodeResponse) Status() string + func (r GetPromoCodeResponse) StatusCode() int + type GetPromoCodesPageParams struct + Fuzzy *string + Offset int32 + Size int32 + type GetPromoCodesPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PromoCodePage + func ParseGetPromoCodesPageResponse(rsp *http.Response) (*GetPromoCodesPageResponse, error) + func (r GetPromoCodesPageResponse) ContentType() string + func (r GetPromoCodesPageResponse) Status() string + func (r GetPromoCodesPageResponse) StatusCode() int + type GetRatedEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RatedEventDetail + func ParseGetRatedEventResponse(rsp *http.Response) (*GetRatedEventResponse, error) + func (r GetRatedEventResponse) ContentType() string + func (r GetRatedEventResponse) Status() string + func (r GetRatedEventResponse) StatusCode() int + type GetRatedEventSectionDetailResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SectionDetail + func ParseGetRatedEventSectionDetailResponse(rsp *http.Response) (*GetRatedEventSectionDetailResponse, error) + func (r GetRatedEventSectionDetailResponse) ContentType() string + func (r GetRatedEventSectionDetailResponse) Status() string + func (r GetRatedEventSectionDetailResponse) StatusCode() int + type GetRatedEventStandingsPageParams struct + Offset int32 + Size int32 + type GetRatedEventStandingsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *StandingsPage + func ParseGetRatedEventStandingsPageResponse(rsp *http.Response) (*GetRatedEventStandingsPageResponse, error) + func (r GetRatedEventStandingsPageResponse) ContentType() string + func (r GetRatedEventStandingsPageResponse) Status() string + func (r GetRatedEventStandingsPageResponse) StatusCode() int + type GetRatedEventsPageParams struct + City *string + Dir SortDirection + DomesticStatus *DomesticStatus + FromDate *openapi_types.Date + GrandPrix *bool + MinSize *int32 + Name *string + Offset int32 + RatingSource *RatingType + ScholasticCode *ParticipantCoding + Size int32 + SortBy RatedEventSortBy + StateCode *string + ToDate *openapi_types.Date + Women *bool + type GetRatedEventsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RatedEventPage + func ParseGetRatedEventsPageResponse(rsp *http.Response) (*GetRatedEventsPageResponse, error) + func (r GetRatedEventsPageResponse) ContentType() string + func (r GetRatedEventsPageResponse) Status() string + func (r GetRatedEventsPageResponse) StatusCode() int + type GetRatedSectionsPageParams struct + City *string + DomesticStatus *DomesticStatus + EventName *string + FromDate *openapi_types.Date + IsGrandPrix *bool + IsGrandPrixExtended *bool + IsGrandPrixJr *bool + IsWomens *bool + Offset int32 + PlayerName *string + Size int32 + StateCode *string + ToDate *openapi_types.Date + type GetRatedSectionsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RatedSectionPage + func ParseGetRatedSectionsPageResponse(rsp *http.Response) (*GetRatedSectionsPageResponse, error) + func (r GetRatedSectionsPageResponse) ContentType() string + func (r GetRatedSectionsPageResponse) Status() string + func (r GetRatedSectionsPageResponse) StatusCode() int + type GetRatingSupplementsPageParams struct + Offset int32 + Size int32 + type GetRatingSupplementsPageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RatingSupplementPage + func ParseGetRatingSupplementsPageResponse(rsp *http.Response) (*GetRatingSupplementsPageResponse, error) + func (r GetRatingSupplementsPageResponse) ContentType() string + func (r GetRatingSupplementsPageResponse) Status() string + func (r GetRatingSupplementsPageResponse) StatusCode() int + type GetReportDefinitionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TopPlayerReportDefinitionItemsEnvelope + JSON404 *ProblemDetails + func ParseGetReportDefinitionsResponse(rsp *http.Response) (*GetReportDefinitionsResponse, error) + func (r GetReportDefinitionsResponse) ContentType() string + func (r GetReportDefinitionsResponse) Status() string + func (r GetReportDefinitionsResponse) StatusCode() int + type GetReportParams struct + Date *openapi_types.Date + Provisional *bool + type GetReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TopPlayerReport + JSON403 *ProblemDetails + JSON404 *ProblemDetails + func ParseGetReportResponse(rsp *http.Response) (*GetReportResponse, error) + func (r GetReportResponse) ContentType() string + func (r GetReportResponse) Status() string + func (r GetReportResponse) StatusCode() int + type GetTopPlayersReportForMemberParams struct + Offset int32 + Size int32 + type GetTopPlayersReportForMemberResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TopPlayerReportPage + JSON404 *ProblemDetails + func ParseGetTopPlayersReportForMemberResponse(rsp *http.Response) (*GetTopPlayersReportForMemberResponse, error) + func (r GetTopPlayersReportForMemberResponse) ContentType() string + func (r GetTopPlayersReportForMemberResponse) Status() string + func (r GetTopPlayersReportForMemberResponse) StatusCode() int + type GetUnofficialRankLookupParams struct + Jurisdiction *string + type GetUnofficialRankLookupResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *UnofficialRankLookup + func ParseGetUnofficialRankLookupResponse(rsp *http.Response) (*GetUnofficialRankLookupResponse, error) + func (r GetUnofficialRankLookupResponse) ContentType() string + func (r GetUnofficialRankLookupResponse) Status() string + func (r GetUnofficialRankLookupResponse) StatusCode() int + type GrandPrixPlayer struct + ExpirationDate openapi_types.Date + FideCountry string + FideTitle string + FirstName string + Id MemberID + Jurisdiction string + LastName string + Points float32 + PointsFromPreviousYear float32 + SectionCount float32 + SectionCountFromPreviousYear float32 + StateRep string + Status MemberStatus + UscfTitle string + type GrandPrixPlayerPage struct + HasNextPage bool + HasPreviousPage bool + Items []GrandPrixPlayer + Offset int32 + PageSize int32 + type GrandPrixSection struct + EndDate openapi_types.Date + Event MinimalRatedEvent + Id SectionID + IsEnhancedGrandPrix bool + IsGrandPrix bool + IsJrGrandPrix bool + Name string + Number int32 + Points int32 + RatedDate openapi_types.Date + SectionFormat SectionFormat + StartDate openapi_types.Date + Winners []GrandPrixWinner + type GrandPrixSectionPage struct + HasNextPage bool + HasPreviousPage bool + Items []GrandPrixSection + Offset int32 + PageSize int32 + type GrandPrixSectionSortBy string + const GrandPrixSectionSortByEndDate + const GrandPrixSectionSortByEventName + const GrandPrixSectionSortByIsEnhanced + const GrandPrixSectionSortByPoints + const GrandPrixSectionSortByRatedDate + const GrandPrixSectionSortByStartDate + const GrandPrixSectionSortByStateCode + func (e GrandPrixSectionSortBy) Valid() bool + type GrandPrixStandingSortBy string + const GrandPrixStandingSortByName + const GrandPrixStandingSortByPointsLastYear + const GrandPrixStandingSortByPointsThisYear + const GrandPrixStandingSortBySectionCount + func (e GrandPrixStandingSortBy) Valid() bool + type GrandPrixWinner struct + ExpirationDate openapi_types.Date + FideCountry string + FideTitle string + FirstName string + Id MemberID + Jurisdiction string + LastName string + Points float32 + StateRep string + Status MemberStatus + UscfTitle string + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type Link struct + Href string + Method string + Rel string + type ListAllPendingGamesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PendingGame + func ParseListAllPendingGamesResponse(rsp *http.Response) (*ListAllPendingGamesResponse, error) + func (r ListAllPendingGamesResponse) ContentType() string + func (r ListAllPendingGamesResponse) Status() string + func (r ListAllPendingGamesResponse) StatusCode() int + type ListAllPendingPlayersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PendingPlayer + func ParseListAllPendingPlayersResponse(rsp *http.Response) (*ListAllPendingPlayersResponse, error) + func (r ListAllPendingPlayersResponse) ContentType() string + func (r ListAllPendingPlayersResponse) Status() string + func (r ListAllPendingPlayersResponse) StatusCode() int + type ListPendingEventOfficialsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Official + func ParseListPendingEventOfficialsResponse(rsp *http.Response) (*ListPendingEventOfficialsResponse, error) + func (r ListPendingEventOfficialsResponse) ContentType() string + func (r ListPendingEventOfficialsResponse) Status() string + func (r ListPendingEventOfficialsResponse) StatusCode() int + type ListPendingGamesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PendingGame + func ParseListPendingGamesResponse(rsp *http.Response) (*ListPendingGamesResponse, error) + func (r ListPendingGamesResponse) ContentType() string + func (r ListPendingGamesResponse) Status() string + func (r ListPendingGamesResponse) StatusCode() int + type ListPendingPlayersParams struct + Dir SortDirection + Fuzzy *string + Offset int32 + Size int32 + SortBy PendingPlayerSortBy + State *string + WithValidation *[]ValidationFilter + type ListPendingPlayersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingPlayerPage + func ParseListPendingPlayersResponse(rsp *http.Response) (*ListPendingPlayersResponse, error) + func (r ListPendingPlayersResponse) ContentType() string + func (r ListPendingPlayersResponse) Status() string + func (r ListPendingPlayersResponse) StatusCode() int + type ListPendingSectionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PendingSectionDetail + func ParseListPendingSectionsResponse(rsp *http.Response) (*ListPendingSectionsResponse, error) + func (r ListPendingSectionsResponse) ContentType() string + func (r ListPendingSectionsResponse) Status() string + func (r ListPendingSectionsResponse) StatusCode() int + type ListRatedEventOfficialsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Official + func ParseListRatedEventOfficialsResponse(rsp *http.Response) (*ListRatedEventOfficialsResponse, error) + func (r ListRatedEventOfficialsResponse) ContentType() string + func (r ListRatedEventOfficialsResponse) Status() string + func (r ListRatedEventOfficialsResponse) StatusCode() int + type ListRoundUnpairedPlayersParams struct + Dir SortDirection + Fuzzy *string + Offset int32 + Size int32 + SortBy PendingPlayerSortBy + State *string + WithValidation *[]ValidationFilter + type ListRoundUnpairedPlayersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]PendingPlayer + func ParseListRoundUnpairedPlayersResponse(rsp *http.Response) (*ListRoundUnpairedPlayersResponse, error) + func (r ListRoundUnpairedPlayersResponse) ContentType() string + func (r ListRoundUnpairedPlayersResponse) Status() string + func (r ListRoundUnpairedPlayersResponse) StatusCode() int + type ListUnplayedRoundsParams struct + RoundNumber *int32 + type ListUnplayedRoundsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]UnplayedRound + func ParseListUnplayedRoundsResponse(rsp *http.Response) (*ListUnplayedRoundsResponse, error) + func (r ListUnplayedRoundsResponse) ContentType() string + func (r ListUnplayedRoundsResponse) Status() string + func (r ListUnplayedRoundsResponse) StatusCode() int + type MaxRank struct + Jurisdiction string + MaxRank int32 + RatingType RatingType + type Member struct + ExpirationDate openapi_types.Date + FideCountry string + FideTitle string + FirstName string + Id MemberID + Jurisdiction string + LastName string + StateRep string + Status MemberStatus + UscfTitle string + type MemberAward struct + Category AwardCategory + Date openapi_types.Date + Event MinimalRatedEvent + Id string + RatingType RatingType + SectionNumber int32 + Type AwardType + WinCount int32 + type MemberAwardPage struct + HasNextPage bool + HasPreviousPage bool + Items []MemberAward + Offset int32 + PageSize int32 + type MemberDetail struct + ExpirationDate openapi_types.Date + FideCountry string + FideId FIDEID + FideTitle string + FirstName string + Gender Gender + Id MemberID + Jurisdiction string + LastChangedDate openapi_types.Date + LastName string + Ordinal int32 + Rank int32 + Ratings []MemberRating + SafePlayExpirationDate openapi_types.Date + StateRank int32 + StateRep string + Status MemberStatus + TdCertExpirationDate openapi_types.Date + TdCertStatus TournamentDirectorCertStatus + TdLevel TournamentDirectorLevel + UscfTitle string + type MemberDetailPage struct + HasNextPage bool + HasPreviousPage bool + Items []MemberDetail + Offset int32 + PageSize int32 + type MemberDirectorship struct + Event MinimalRatedEvent + Office Office + OfficeType OfficeType + Section MinimalSection + type MemberDirectorshipPage struct + HasNextPage bool + HasPreviousPage bool + Items []MemberDirectorship + Offset int32 + PageSize int32 + type MemberID string + type MemberOpponentGamePlayer struct + Color ChessColor + FirstName string + Id MemberID + LastName string + Outcome PlayerGameOutcome + StateRep string + type MemberPlayerGamePlayer struct + Color ChessColor + Outcome PlayerGameOutcome + type MemberRatedGame struct + Event MinimalRatedEvent + Opponent MemberOpponentGamePlayer + Player MemberPlayerGamePlayer + RatingType SectionRatingType + Section MinimalSection + type MemberRatedGamePage struct + HasNextPage bool + HasPreviousPage bool + Items []MemberRatedGame + Offset int32 + PageSize int32 + type MemberRatedSection struct + EndDate openapi_types.Date + Event MinimalRatedEvent + Format SectionFormat + Id SectionID + RatingRecords []MinimalRatingRecord + RatingType SectionRatingType + SectionName string + SectionNumber int32 + StartDate openapi_types.Date + type MemberRatedSectionPage struct + HasNextPage bool + HasPreviousPage bool + Items []MemberRatedSection + Offset int32 + PageSize int32 + type MemberRating struct + Floor int32 + GamesPlayed int32 + IsProvisional bool + Rating int32 + RatingType RatingType + type MemberSortBy string + const MemberSortByExpirationDate + const MemberSortByFideCountry + const MemberSortByFideTitle + const MemberSortById + const MemberSortByLastChangedDate + const MemberSortByName + const MemberSortByRating + const MemberSortByState + const MemberSortByStatus + func (e MemberSortBy) Valid() bool + type MemberStatus string + const MemberStatusActive + const MemberStatusDeceased + const MemberStatusDuplicateId + const MemberStatusExpired + const MemberStatusInactive + const MemberStatusNewFromImport + const MemberStatusNewFromLogin + const MemberStatusNone + const MemberStatusRevoked + const MemberStatusRevokedButCanPlay + const MemberStatusStrangeImportData + const MemberStatusSuspended + func (e MemberStatus) Valid() bool + type MemberStatusFilter string + const MemberStatusFilterActive + const MemberStatusFilterDeceased + const MemberStatusFilterExpired + const MemberStatusFilterInactive + const MemberStatusFilterRevoked + const MemberStatusFilterSuspended + func (e MemberStatusFilter) Valid() bool + type MinimalAffiliate struct + ExpirationDate openapi_types.Date + Id AffiliateID + Name string + StateCode string + Status MemberStatus + type MinimalRatedEvent struct + EndDate openapi_types.Date + Id EventID + Name string + StartDate openapi_types.Date + StateCode string + type MinimalRatingRecord struct + EventId EventID + PostProvisionalGameCount int32 + PostRating int32 + PostRatingDecimal float64 + PreRating int32 + PreRatingDecimal float64 + RatingType RatingType + SectionNumber int32 + type MinimalSection struct + Id SectionID + Name string + Number int32 + type Norm struct + Event MinimalRatedEvent + Expected float64 + Games int32 + Level NormLevel + PlayedGames int32 + PostRating int32 + PostType NormPostType + Score float64 + SectionNumber int32 + Status NormStatus + type NormItemsEnvelope struct + Items []Norm + type NormLevel string + const NormLevelCandidateMaster + const NormLevelFirstCategory + const NormLevelFourthCategory + const NormLevelLifeMaster + const NormLevelSecondCategory + const NormLevelSeniorLifeMaster + const NormLevelThirdCategory + func (e NormLevel) Valid() bool + type NormPostType string + const AllDraws + const AllWins + const Established + const Provisional + func (e NormPostType) Valid() bool + type NormStatus string + const NormStatusActive + const NormStatusDeleted + const NormStatusPreview + func (e NormStatus) Valid() bool + type Office string + const OfficeAssistant + const OfficeDirector + const OfficeNone + const OfficeOrganizer + const OfficeOtherTD + func (e Office) Valid() bool + type OfficeType string + const OfficeTypeChief + const OfficeTypeFloor + const OfficeTypeFloorAndPairing + const OfficeTypeNone + const OfficeTypePairing + func (e OfficeType) Valid() bool + type Official struct + ExpirationDate openapi_types.Date + FirstName string + Id string + LastName string + Links []Link + MemberId MemberID + Office Office + OfficeType OfficeType + SectionId SectionID + SectionNumber int32 + StateRep string + Status MemberStatus + type OfficialCreate struct + MemberId MemberID + Office Office + OfficeType OfficeType + SectionId SectionID + type OfficialUpdate struct + MemberId MemberID + Office Office + OfficeType OfficeType + type OfficialValidation struct + Id string + MemberId []string + type ParticipantCoding string + const JtpK12 + const JtpPrimary + const NonScholastic + const None + const Primary + const Scholastic + func (e ParticipantCoding) Valid() bool + type PendingEvent struct + BillStatus BillStatus + City string + ComplianceAccepted bool + CountryCode string + CreatedByMemberId MemberID + CreatedDate openapi_types.Date + EndDate openapi_types.Date + FideEventCode string + Id EventID + LastRatedDate openapi_types.Date + Name string + PlayerCount int32 + ReviewStatus EventReviewStatus + SectionCount int32 + StartDate openapi_types.Date + StateCode string + Status EventStatus + SubmittedByMemberId MemberID + ValidationStatus EventValidationStatus + type PendingEventCreate struct + Name string + type PendingEventDetail struct + Affiliate MinimalAffiliate + BillStatus BillStatus + ChampEventStatus ChampEventStatus + City string + Comment string + ComplianceAccepted bool + CountryCode string + CreatedByMemberId MemberID + CreatedDate openapi_types.Date + Description string + EndDate openapi_types.Date + FideEventCode string + HasFideAdjSection bool + Id EventID + ImportFormatStandard string + ImportProgramVersion string + IsMailInSubmission bool + IsWomens bool + LastRatedDate openapi_types.Date + Links []Link + Name string + ParallelEventId EventID + PlayerCount int32 + PrizeReporting string + ReviewStatus EventReviewStatus + SectionCount int32 + StartDate openapi_types.Date + StateCode string + Status EventStatus + SubmittedByMemberId MemberID + TlaReference string + ValidationStatus EventValidationStatus + Validations []FieldWithValidation + Volunteers string + ZipCode string + type PendingEventPage struct + HasNextPage bool + HasPreviousPage bool + Items []PendingEvent + Offset int32 + PageSize int32 + type PendingEventSortBy string + const PendingEventSortByCity + const PendingEventSortByCreatedOn + const PendingEventSortById + const PendingEventSortByName + const PendingEventSortByPlayerCount + const PendingEventSortBySectionCount + const PendingEventSortByStartDate + const PendingEventSortByState + const PendingEventSortByUpdatedOn + func (e PendingEventSortBy) Valid() bool + type PendingEventUpdate struct + AffiliateId AffiliateID + ChampEventStatus ChampEventStatus + City string + Comment string + CountryCode string + Description string + IsMailInSubmission bool + Name string + PrizeReporting string + StateCode string + TlaReference string + Volunteers string + ZipCode string + type PendingEventValidationLevel struct + AffiliateId []string + ChiefTD []string + City []string + CountryCode []string + EndDate []string + General []string + Name []string + Officials []OfficialValidation + Sections []PendingSectionValidation + StartDate []string + StateCode []string + ZipCode []string + type PendingEventValidationResult struct + Alerts PendingEventValidationLevel + Errors PendingEventValidationLevel + Id string + IsValidEnough bool + ValidationStatus EventValidationStatus + Warnings PendingEventValidationLevel + type PendingGame struct + Id string + Players []PendingGamePlayer + PreviousVersionId string + RoundNumber int32 + SectionId SectionID + type PendingGameCreate struct + Players []PendingGamePlayerUpdate + RoundNumber int32 + type PendingGamePlayer struct + Color ChessColor + FirstName string + LastName string + MemberId MemberID + Outcome PlayerGameOutcome + PairingNumber int32 + PlayerId string + RoundNumber int32 + SectionId SectionID + Validations []FieldWithValidation + type PendingGamePlayerUpdate struct + Color ChessColor + Outcome PlayerGameOutcome + PlayerId string + RoundNumber int32 + type PendingGamePlayerValidation struct + Color []string + Opponent []string + Outcome []string + PlayerId string + Round []string + type PendingGameUpdate struct + Players []PendingGamePlayerUpdate + RoundNumber int32 + type PendingGameValidation struct + GamePlayers []PendingGamePlayerValidation + Id string + Round []string + type PendingPlayer struct + ExemptionStatus ExemptionStatus + FideCountry string + FideId FIDEID + FideRating int32 + FirstName string + Floor int32 + HasValidMemberId bool + Id string + LastName string + Member Member + MemberId MemberID + Notes string + PairingNumber int32 + PreProvisionalGameCount int32 + PreviousVersionId string + Rating int32 + SectionId string + StateRep string + Validations []FieldWithValidation + type PendingPlayerCreate struct + FirstName string + LastName string + MemberId MemberID + Notes string + PairingNumber int32 + StateRep string + type PendingPlayerPage struct + HasNextPage bool + HasPreviousPage bool + Items []PendingPlayer + Offset int32 + PageSize int32 + type PendingPlayerSortBy string + const PendingPlayerSortByExpirationDate + const PendingPlayerSortByMemberId + const PendingPlayerSortByName + const PendingPlayerSortByPairingNumber + func (e PendingPlayerSortBy) Valid() bool + type PendingPlayerUpdate struct + ExemptionStatus ExemptionStatus + FirstName string + LastName string + MemberId MemberID + Notes string + PairingNumber int32 + StateRep string + type PendingPlayerValidation struct + BirthDate []string + ExemptionStatus []string + FirstName []string + Id string + LastName []string + MemberId []string + PairingNumber []string + StateRep []string + type PendingSectionCreate struct + EndDate openapi_types.Date + Name string + StartDate openapi_types.Date + type PendingSectionDetail struct + EndDate openapi_types.Date + Format SectionFormat + GameCount int32 + GpPoints int32 + Id SectionID + IsBlitz bool + IsEnhancedGp bool + IsGrandPrix bool + IsJuniorGp bool + IsOnline bool + IsTeamEvent bool + Links []Link + Name string + NewEventId EventID + Ordinal int32 + ParticipantCoding ParticipantCoding + PlayerCount int32 + PreviousVersionId string + RatingType SectionRatingType + RoundCount int32 + ShouldSubmitToFide bool + StartDate openapi_types.Date + TimeControl string + Validations []FieldWithValidation + Volunteers string + type PendingSectionUpdate struct + EndDate openapi_types.Date + Format SectionFormatUpdate + GpPoints int32 + IsBlitz bool + IsEnhancedGp bool + IsGrandPrix bool + IsJuniorGp bool + IsOnline bool + IsTeamEvent bool + Name string + ParticipantCoding ParticipantCoding + ShouldSubmitToFide bool + StartDate openapi_types.Date + TimeControl string + Volunteers string + type PendingSectionValidation struct + ChiefTD []string + EndDate []string + GameCount []string + Games []PendingGameValidation + GpPoints []string + Id string + IsBlitz []string + IsEnhancedGp []string + IsJuniorGp []string + IsOnline []string + IsTeamEvent []string + Name []string + Officials []OfficialValidation + ParticipantCoding []string + PlayerCount []string + Players []PendingPlayerValidation + RatingSystem []string + ShouldSubmitToFide []string + StartDate []string + TimeControl []string + type Player struct + MemberEvents []RatedEvent + MemberRatedGames []MemberRatedGame + MemberRatedSections []MemberRatedSection + RatingSupplements []RatingSupplement + func (p *Player) LiveRatings() ([]RatingSupplementSystem, error) + type PlayerGameOutcome string + const PlayerGameOutcomeDraw + const PlayerGameOutcomeDrawAsym + const PlayerGameOutcomeDrawForfeit + const PlayerGameOutcomeForfeit + const PlayerGameOutcomeLoss + const PlayerGameOutcomeLossAsym + const PlayerGameOutcomeNotReported + const PlayerGameOutcomeReportNoResult + const PlayerGameOutcomeWin + const PlayerGameOutcomeWinAsym + const PlayerGameOutcomeWinForfeit + func (e PlayerGameOutcome) Valid() bool + type PlayerOutcome string + const PlayerOutcomeByeFull + const PlayerOutcomeByeHalf + const PlayerOutcomeDraw + const PlayerOutcomeDrawAsym + const PlayerOutcomeDrawForfeit + const PlayerOutcomeForfeit + const PlayerOutcomeLoss + const PlayerOutcomeLossAsym + const PlayerOutcomeNotReported + const PlayerOutcomeReportNoResult + const PlayerOutcomeUnpaired + const PlayerOutcomeWin + const PlayerOutcomeWinAsym + const PlayerOutcomeWinForfeit + func (e PlayerOutcome) Valid() bool + type ProblemDetails struct + AdditionalProperties map[string]interface{} + Detail string + Instance string + Status int32 + Title string + Type string + func (a *ProblemDetails) Set(fieldName string, value interface{}) + func (a *ProblemDetails) UnmarshalJSON(b []byte) error + func (a ProblemDetails) Get(fieldName string) (value interface{}, found bool) + func (a ProblemDetails) MarshalJSON() ([]byte, error) + type PromoCode struct + DiscountAmount float64 + DiscountType DiscountType + Id string + RequiresAdmin bool + ValidFrom openapi_types.Date + ValidTo openapi_types.Date + type PromoCodePage struct + HasNextPage bool + HasPreviousPage bool + Items []PromoCode + Offset int32 + PageSize int32 + type RatedEvent struct + Affiliate MinimalAffiliate + City string + CountryCode string + EndDate openapi_types.Date + Id EventID + Name string + PlayerCount int32 + SectionCount int32 + StartDate openapi_types.Date + StateCode string + type RatedEventDetail struct + Affiliate MinimalAffiliate + City string + CountryCode string + CreatedDate openapi_types.Date + EndDate openapi_types.Date + FirstRatedDate openapi_types.Date + GameCount int32 + Id EventID + IsWomens bool + LastRatedDate openapi_types.Date + Name string + PlayerCount int32 + SectionCount int32 + Sections []MinimalSection + StartDate openapi_types.Date + StateCode string + Status EventStatus + ZipCode string + type RatedEventPage struct + HasNextPage bool + HasPreviousPage bool + Items []RatedEvent + Offset int32 + PageSize int32 + type RatedEventSortBy string + const RatedEventSortByCity + const RatedEventSortById + const RatedEventSortByName + const RatedEventSortByPlayerCount + const RatedEventSortBySectionCount + const RatedEventSortByStartDate + const RatedEventSortByState + func (e RatedEventSortBy) Valid() bool + type RatedSection struct + CountryCode string + EndDate openapi_types.Date + EventId EventID + EventName string + Format SectionFormat + GameCount int32 + GpPoints int32 + Id SectionID + IsBlitz bool + IsExtendedGp bool + IsGrandPrix bool + IsJuniorGp bool + IsOnline bool + IsTeamEvent bool + ParticipantCoding ParticipantCoding + PlayerCount int32 + RatedDate openapi_types.Date + RoundCount int32 + SectionName string + SectionNumber int32 + ShouldSubmitToFide bool + StartDate openapi_types.Date + StateCode string + TimeControl string + type RatedSectionPage struct + HasNextPage bool + HasPreviousPage bool + Items []RatedSection + Offset int32 + PageSize int32 + type RatingRecord struct + PostProvisionalGameCount int32 + PostRating int32 + PostRatingDecimal float64 + PreRating int32 + PreRatingDecimal float64 + RatingType RatingType + type RatingSupplement struct + RatingSupplementDate openapi_types.Date + Ratings []RatingSupplementSystem + type RatingSupplementPage struct + HasNextPage bool + HasPreviousPage bool + Items []RatingSupplement + Offset int32 + PageSize int32 + type RatingSupplementSystem struct + ProvisionalGameCount int32 + Rating int32 + RatingType RatingType + func (r RatingSupplementSystem) String() string + type RatingType string + const RatingTypeB + const RatingTypeC + const RatingTypeCFC + const RatingTypeDNR + const RatingTypeF + const RatingTypeOB + const RatingTypeOQ + const RatingTypeOR + const RatingTypeQ + const RatingTypeR + const RatingTypeU + func (e RatingType) Valid() bool + func (r RatingType) String() string + type RatingValidationErrorLevel string + const Fatal + const Hot + const Medium + const Mild + func (e RatingValidationErrorLevel) Valid() bool + type ReleaseForReviewApplicationWildcardPlusJSONBody = ReviewCreate + type ReleaseForReviewApplicationWildcardPlusJSONRequestBody = ReleaseForReviewApplicationWildcardPlusJSONBody + type ReleaseForReviewJSONBody = ReviewCreate + type ReleaseForReviewJSONRequestBody = ReleaseForReviewJSONBody + type ReleaseForReviewResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *ProblemDetails + func ParseReleaseForReviewResponse(rsp *http.Response) (*ReleaseForReviewResponse, error) + func (r ReleaseForReviewResponse) ContentType() string + func (r ReleaseForReviewResponse) Status() string + func (r ReleaseForReviewResponse) StatusCode() int + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type ReviewCreate struct + IsComply bool + type ReviewUpdate struct + ReviewStatus EventReviewStatus + type SectionDetail struct + CreatedDate openapi_types.Date + EndDate openapi_types.Date + FirstRatedDate openapi_types.Date + Format SectionFormat + GameCount int32 + GpPoints int32 + Id SectionID + IsBlitz bool + IsExtendedGp bool + IsGrandPrix bool + IsJuniorGp bool + IsOnline bool + IsTeamEvent bool + LastRatedDate openapi_types.Date + Name string + Number int32 + ParticipantCoding ParticipantCoding + PlayerCount int32 + RatingType SectionRatingType + RoundCount int32 + ShouldSubmitToFide bool + StartDate openapi_types.Date + TimeControl string + Volunteers string + type SectionFormat string + const SectionFormatDoubleRoundRobin + const SectionFormatDoubleRoundSwiss + const SectionFormatFideAdjustment + const SectionFormatMatch + const SectionFormatOther + const SectionFormatRoundRobin + const SectionFormatSwiss + func (e SectionFormat) Valid() bool + type SectionFormatUpdate string + const SectionFormatUpdateDoubleRoundRobin + const SectionFormatUpdateDoubleRoundSwiss + const SectionFormatUpdateMatch + const SectionFormatUpdateOther + const SectionFormatUpdateRoundRobin + const SectionFormatUpdateSwiss + func (e SectionFormatUpdate) Valid() bool + type SectionID string + type SectionRatingType string + const SectionRatingTypeA + const SectionRatingTypeB + const SectionRatingTypeD + const SectionRatingTypeF + const SectionRatingTypeG + const SectionRatingTypeOB + const SectionRatingTypeOQ + const SectionRatingTypeOR + const SectionRatingTypeQ + const SectionRatingTypeR + const SectionRatingTypeU + func (e SectionRatingType) Valid() bool + func (r SectionRatingType) String() string + type SortDirection string + const Asc + const Desc + func (e SortDirection) Valid() bool + type Standings struct + FideCountry string + FideId FIDEID + FideRating int32 + FirstName string + LastName string + MemberId MemberID + Ordinal int32 + PairingNumber int32 + PlayerId string + Ratings []RatingRecord + RoundOutcomes []StandingsRound + Score float32 + StateRep string + type StandingsOneSection []Standings + type StandingsPage struct + HasNextPage bool + HasPreviousPage bool + Items []Standings + Offset int32 + PageSize int32 + type StandingsRound struct + Color ChessColor + Id string + OpponentFirstName string + OpponentLastName string + OpponentMemberId MemberID + OpponentOrdinal int32 + OpponentPairingNumber int32 + OpponentPlayerId string + OpponentRoundNumber int32 + Outcome PlayerOutcome + PlayerRoundNumber int32 + RoundNumber int32 + type StartTopPlayerReportJobApplicationWildcardPlusJSONBody = TopPlayerReportOptions + type StartTopPlayerReportJobApplicationWildcardPlusJSONRequestBody = StartTopPlayerReportJobApplicationWildcardPlusJSONBody + type StartTopPlayerReportJobJSONBody = TopPlayerReportOptions + type StartTopPlayerReportJobJSONRequestBody = StartTopPlayerReportJobJSONBody + type StartTopPlayerReportJobResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *ProblemDetails + JSON403 *ProblemDetails + func ParseStartTopPlayerReportJobResponse(rsp *http.Response) (*StartTopPlayerReportJobResponse, error) + func (r StartTopPlayerReportJobResponse) ContentType() string + func (r StartTopPlayerReportJobResponse) Status() string + func (r StartTopPlayerReportJobResponse) StatusCode() int + type TopPlayer struct + Age int32 + CountryCode string + ExpirationDate openapi_types.Date + FideCountry string + FideTitle string + FirstName string + Gender Gender + Id MemberID + Jurisdiction string + LastName string + Ordinal int32 + Rating int32 + StateRep string + Status MemberStatus + TieIndex int32 + UscfTitle string + VerifiedBirthDate bool + VerifiedGender bool + type TopPlayerReport struct + Gender Gender + IsAnyFed bool + IsProvisional bool + MaxAge int32 + MinAge int32 + Name string + RatingType RatingType + ReportDate openapi_types.Date + TopPlayerReportDefinitionId string + TopPlayers []TopPlayer + TopPlayersProvisional []TopPlayer + type TopPlayerReportDefinition struct + FideUsaOnly bool + Gender Gender + Id string + MaxAge int32 + MinAge int32 + Name string + RatingType RatingType + type TopPlayerReportDefinitionItemsEnvelope struct + Items []TopPlayerReportDefinition + type TopPlayerReportOptions struct + IsProvisional bool + type TopPlayerReportPage struct + HasNextPage bool + HasPreviousPage bool + Items []TopPlayerReport + Offset int32 + PageSize int32 + type Tournament struct + SectionStandings []StandingsOneSection + type TournamentDirectorCertStatus string + const TournamentDirectorCertStatusActive + const TournamentDirectorCertStatusInactive + const TournamentDirectorCertStatusLapsed + const TournamentDirectorCertStatusSuspended + func (e TournamentDirectorCertStatus) Valid() bool + type TournamentDirectorLevel string + const ANTD + const Club + const Local + const N + const NationalTd + const Senior + func (e TournamentDirectorLevel) Valid() bool + type UnofficialRankLookup struct + Jurisdiction string + RatingToUnofficialRank map[string]int32 + RatingType RatingType + type UnpairedType string + const ByeFull + const ByeHalf + const Unpaired + func (e UnpairedType) Valid() bool + type UnplayedRound struct + FirstName string + Id string + LastName string + MemberId MemberID + PairingNumber int32 + PlayerId string + PreviousVersionId string + RoundNumber int32 + SectionId SectionID + Type UnpairedType + type UnplayedRoundCreate struct + PlayerId string + RoundNumber int32 + Type UnpairedType + type UpdateComplianceApplicationWildcardPlusJSONBody = EventCompliance + type UpdateComplianceApplicationWildcardPlusJSONRequestBody = UpdateComplianceApplicationWildcardPlusJSONBody + type UpdateComplianceJSONBody = EventCompliance + type UpdateComplianceJSONRequestBody = UpdateComplianceJSONBody + type UpdateComplianceResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *ProblemDetails + func ParseUpdateComplianceResponse(rsp *http.Response) (*UpdateComplianceResponse, error) + func (r UpdateComplianceResponse) ContentType() string + func (r UpdateComplianceResponse) Status() string + func (r UpdateComplianceResponse) StatusCode() int + type UpdateOfficialApplicationWildcardPlusJSONBody = OfficialUpdate + type UpdateOfficialApplicationWildcardPlusJSONRequestBody = UpdateOfficialApplicationWildcardPlusJSONBody + type UpdateOfficialJSONBody = OfficialUpdate + type UpdateOfficialJSONRequestBody = UpdateOfficialJSONBody + type UpdateOfficialResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *ProblemDetails + func ParseUpdateOfficialResponse(rsp *http.Response) (*UpdateOfficialResponse, error) + func (r UpdateOfficialResponse) ContentType() string + func (r UpdateOfficialResponse) Status() string + func (r UpdateOfficialResponse) StatusCode() int + type UpdatePendingEventApplicationWildcardPlusJSONBody = PendingEventUpdate + type UpdatePendingEventApplicationWildcardPlusJSONRequestBody = UpdatePendingEventApplicationWildcardPlusJSONBody + type UpdatePendingEventJSONBody = PendingEventUpdate + type UpdatePendingEventJSONRequestBody = UpdatePendingEventJSONBody + type UpdatePendingEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *ProblemDetails + func ParseUpdatePendingEventResponse(rsp *http.Response) (*UpdatePendingEventResponse, error) + func (r UpdatePendingEventResponse) ContentType() string + func (r UpdatePendingEventResponse) Status() string + func (r UpdatePendingEventResponse) StatusCode() int + type UpdatePendingGameApplicationWildcardPlusJSONBody = PendingGameUpdate + type UpdatePendingGameApplicationWildcardPlusJSONRequestBody = UpdatePendingGameApplicationWildcardPlusJSONBody + type UpdatePendingGameJSONBody = PendingGameUpdate + type UpdatePendingGameJSONRequestBody = UpdatePendingGameJSONBody + type UpdatePendingGameResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingGame + JSON400 *ProblemDetails + func ParseUpdatePendingGameResponse(rsp *http.Response) (*UpdatePendingGameResponse, error) + func (r UpdatePendingGameResponse) ContentType() string + func (r UpdatePendingGameResponse) Status() string + func (r UpdatePendingGameResponse) StatusCode() int + type UpdatePendingPlayerApplicationWildcardPlusJSONBody = PendingPlayerUpdate + type UpdatePendingPlayerApplicationWildcardPlusJSONRequestBody = UpdatePendingPlayerApplicationWildcardPlusJSONBody + type UpdatePendingPlayerJSONBody = PendingPlayerUpdate + type UpdatePendingPlayerJSONRequestBody = UpdatePendingPlayerJSONBody + type UpdatePendingPlayerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingPlayer + JSON400 *ProblemDetails + func ParseUpdatePendingPlayerResponse(rsp *http.Response) (*UpdatePendingPlayerResponse, error) + func (r UpdatePendingPlayerResponse) ContentType() string + func (r UpdatePendingPlayerResponse) Status() string + func (r UpdatePendingPlayerResponse) StatusCode() int + type UpdatePendingSectionApplicationWildcardPlusJSONBody = PendingSectionUpdate + type UpdatePendingSectionApplicationWildcardPlusJSONRequestBody = UpdatePendingSectionApplicationWildcardPlusJSONBody + type UpdatePendingSectionJSONBody = PendingSectionUpdate + type UpdatePendingSectionJSONRequestBody = UpdatePendingSectionJSONBody + type UpdatePendingSectionResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingSectionDetail + JSON400 *ProblemDetails + func ParseUpdatePendingSectionResponse(rsp *http.Response) (*UpdatePendingSectionResponse, error) + func (r UpdatePendingSectionResponse) ContentType() string + func (r UpdatePendingSectionResponse) Status() string + func (r UpdatePendingSectionResponse) StatusCode() int + type UpdateReviewApplicationWildcardPlusJSONBody = ReviewUpdate + type UpdateReviewApplicationWildcardPlusJSONRequestBody = UpdateReviewApplicationWildcardPlusJSONBody + type UpdateReviewJSONBody = ReviewUpdate + type UpdateReviewJSONRequestBody = UpdateReviewJSONBody + type UpdateReviewResponse struct + Body []byte + HTTPResponse *http.Response + JSON400 *ProblemDetails + JSON403 *ProblemDetails + func ParseUpdateReviewResponse(rsp *http.Response) (*UpdateReviewResponse, error) + func (r UpdateReviewResponse) ContentType() string + func (r UpdateReviewResponse) Status() string + func (r UpdateReviewResponse) StatusCode() int + type UploadMultipartBody struct + EventFile openapi_types.File + PlayersFile openapi_types.File + SectionsFile openapi_types.File + type UploadMultipartRequestBody UploadMultipartBody + type UploadResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *PendingEventDetail + JSON400 *ProblemDetails + func ParseUploadResponse(rsp *http.Response) (*UploadResponse, error) + func (r UploadResponse) ContentType() string + func (r UploadResponse) Status() string + func (r UploadResponse) StatusCode() int + type ValidatePendingEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PendingEventValidationResult + func ParseValidatePendingEventResponse(rsp *http.Response) (*ValidatePendingEventResponse, error) + func (r ValidatePendingEventResponse) ContentType() string + func (r ValidatePendingEventResponse) Status() string + func (r ValidatePendingEventResponse) StatusCode() int + type ValidationFilter string + const Alert + const Error + const Warning + func (e ValidationFilter) Valid() bool + type ValidationInfo struct + Level RatingValidationErrorLevel + Message string