generated from schreifuchs/wails-template
60 lines
1.5 KiB
JavaScript
Executable File
60 lines
1.5 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function CreateStage(arg1) {
|
|
return window['go']['main']['App']['CreateStage'](arg1);
|
|
}
|
|
|
|
export function DeleteParticipat(arg1) {
|
|
return window['go']['main']['App']['DeleteParticipat'](arg1);
|
|
}
|
|
|
|
export function ExportTournament(arg1) {
|
|
return window['go']['main']['App']['ExportTournament'](arg1);
|
|
}
|
|
|
|
export function FillRandom(arg1) {
|
|
return window['go']['main']['App']['FillRandom'](arg1);
|
|
}
|
|
|
|
export function GetGames() {
|
|
return window['go']['main']['App']['GetGames']();
|
|
}
|
|
|
|
export function GetMatches(arg1) {
|
|
return window['go']['main']['App']['GetMatches'](arg1);
|
|
}
|
|
|
|
export function GetParticipants() {
|
|
return window['go']['main']['App']['GetParticipants']();
|
|
}
|
|
|
|
export function GetTournament(arg1) {
|
|
return window['go']['main']['App']['GetTournament'](arg1);
|
|
}
|
|
|
|
export function GetTournaments() {
|
|
return window['go']['main']['App']['GetTournaments']();
|
|
}
|
|
|
|
export function RemoveParticipantFromTournament(arg1, arg2) {
|
|
return window['go']['main']['App']['RemoveParticipantFromTournament'](arg1, arg2);
|
|
}
|
|
|
|
export function SaveMatch(arg1) {
|
|
return window['go']['main']['App']['SaveMatch'](arg1);
|
|
}
|
|
|
|
export function SaveParticipant(arg1) {
|
|
return window['go']['main']['App']['SaveParticipant'](arg1);
|
|
}
|
|
|
|
export function SaveTournament(arg1) {
|
|
return window['go']['main']['App']['SaveTournament'](arg1);
|
|
}
|
|
|
|
export function StartTournament(arg1) {
|
|
return window['go']['main']['App']['StartTournament'](arg1);
|
|
}
|