refactor, go work
This commit is contained in:
18
app/frontend/bindings/main/LoginService.js
Normal file
18
app/frontend/bindings/main/LoginService.js
Normal file
@@ -0,0 +1,18 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
import {Call} from '@wailsio/runtime';
|
||||
/**
|
||||
* @typedef {import('./models').LoginUser} LoginUser
|
||||
*/
|
||||
|
||||
/**
|
||||
* @function Login
|
||||
* @param userName {string}
|
||||
* @param password {string}
|
||||
* @returns {Promise<LoginUser>}
|
||||
**/
|
||||
export async function Login(userName, password) {
|
||||
return Call.ByName("main.LoginService.Login", ...Array.prototype.slice.call(arguments, 0));
|
||||
}
|
||||
Reference in New Issue
Block a user