7.21 big change
This commit is contained in:
Vendored
+11
-6
@@ -1,13 +1,18 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
import {main} from '../models';
|
||||
import {gorm} from '../models';
|
||||
|
||||
export function GetImage(arg1:string):Promise<main.ImageResult>;
|
||||
export function DeleteOneHistory(arg1:number):Promise<main.Response>;
|
||||
|
||||
export function Detect(arg1:string):Promise<main.Response>;
|
||||
|
||||
export function GetHistory(arg1:number,arg2:number):Promise<main.Response>;
|
||||
|
||||
export function GetImage(arg1:string):Promise<main.Response>;
|
||||
|
||||
export function GormDB():Promise<gorm.DB>;
|
||||
|
||||
export function Greet(arg1:string):Promise<string>;
|
||||
|
||||
export function Login():Promise<string>;
|
||||
|
||||
export function Register():Promise<string>;
|
||||
|
||||
export function UploadImage(arg1:Array<number>,arg2:string):Promise<main.ImageResult>;
|
||||
export function UploadImage(arg1:Array<number>,arg2:string):Promise<main.Response>;
|
||||
|
||||
@@ -2,22 +2,30 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function DeleteOneHistory(arg1) {
|
||||
return window['go']['main']['App']['DeleteOneHistory'](arg1);
|
||||
}
|
||||
|
||||
export function Detect(arg1) {
|
||||
return window['go']['main']['App']['Detect'](arg1);
|
||||
}
|
||||
|
||||
export function GetHistory(arg1, arg2) {
|
||||
return window['go']['main']['App']['GetHistory'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function GetImage(arg1) {
|
||||
return window['go']['main']['App']['GetImage'](arg1);
|
||||
}
|
||||
|
||||
export function GormDB() {
|
||||
return window['go']['main']['App']['GormDB']();
|
||||
}
|
||||
|
||||
export function Greet(arg1) {
|
||||
return window['go']['main']['App']['Greet'](arg1);
|
||||
}
|
||||
|
||||
export function Login() {
|
||||
return window['go']['main']['App']['Login']();
|
||||
}
|
||||
|
||||
export function Register() {
|
||||
return window['go']['main']['App']['Register']();
|
||||
}
|
||||
|
||||
export function UploadImage(arg1, arg2) {
|
||||
return window['go']['main']['App']['UploadImage'](arg1, arg2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user