mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
24 lines
586 B
JavaScript
24 lines
586 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Follow(arg1) {
|
|
return window['go']['main']['App']['Follow'](arg1);
|
|
}
|
|
|
|
export function GetFollowList() {
|
|
return window['go']['main']['App']['GetFollowList']();
|
|
}
|
|
|
|
export function GetStockList(arg1) {
|
|
return window['go']['main']['App']['GetStockList'](arg1);
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function UnFollow(arg1) {
|
|
return window['go']['main']['App']['UnFollow'](arg1);
|
|
}
|