- cmd/dapp-fm-app: Native desktop app with WebView (Wails) - cmd/dapp-fm: CLI binary for HTTP server mode - pkg/player: Shared player core with Go bindings Architecture: Go decrypts SMSG content, serves via asset handler. Frontend calls Go directly via Wails bindings for manifest/license checks.
14 lines
519 B
TypeScript
Executable file
14 lines
519 B
TypeScript
Executable file
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {main} from '../models';
|
|
import {player} from '../models';
|
|
|
|
export function DecryptAndServe(arg1:string,arg2:string):Promise<main.MediaResult>;
|
|
|
|
export function GetDemoManifest():Promise<player.ManifestInfo>;
|
|
|
|
export function GetManifest(arg1:string):Promise<player.ManifestInfo>;
|
|
|
|
export function IsLicenseValid(arg1:string):Promise<boolean>;
|
|
|
|
export function LoadDemo():Promise<main.MediaResult>;
|