tiny-rdm/frontend/wailsjs/go/services/connectionService.d.ts

99 lines
2.5 KiB
TypeScript
Executable File

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import { context, types } from '../models'
export function AddHashField(
arg1: string,
arg2: number,
arg3: string,
arg4: number,
arg5: Array<any>
): Promise<types.JSResp>
export function AddListItem(
arg1: string,
arg2: number,
arg3: string,
arg4: number,
arg5: Array<any>
): Promise<types.JSResp>
export function AddZSetValue(
arg1: string,
arg2: number,
arg3: string,
arg4: number,
arg5: {
[key: string]: number
}
): Promise<types.JSResp>
export function CloseConnection(arg1: string): Promise<types.JSResp>
export function GetKeyValue(arg1: string, arg2: number, arg3: string): Promise<types.JSResp>
export function ListConnection(): Promise<types.JSResp>
export function OpenConnection(arg1: string): Promise<types.JSResp>
export function OpenDatabase(arg1: string, arg2: number): Promise<types.JSResp>
export function RemoveKey(arg1: string, arg2: number, arg3: string): Promise<types.JSResp>
export function RenameKey(arg1: string, arg2: number, arg3: string, arg4: string): Promise<types.JSResp>
export function SaveConnection(arg1: types.Connection, arg2: boolean): Promise<types.JSResp>
export function SetHashValue(
arg1: string,
arg2: number,
arg3: string,
arg4: string,
arg5: string,
arg6: string
): Promise<types.JSResp>
export function SetKeyTTL(arg1: string, arg2: number, arg3: string, arg4: number): Promise<types.JSResp>
export function SetKeyValue(
arg1: string,
arg2: number,
arg3: string,
arg4: string,
arg5: any,
arg6: number
): Promise<types.JSResp>
export function SetListItem(arg1: string, arg2: number, arg3: string, arg4: number, arg5: string): Promise<types.JSResp>
export function SetSetItem(
arg1: string,
arg2: number,
arg3: string,
arg4: boolean,
arg5: Array<any>
): Promise<types.JSResp>
export function Start(arg1: context.Context): Promise<void>
export function Stop(arg1: context.Context): Promise<void>
export function TestConnection(arg1: string, arg2: number, arg3: string, arg4: string): Promise<types.JSResp>
export function UpdateSetItem(
arg1: string,
arg2: number,
arg3: string,
arg4: string,
arg5: string
): Promise<types.JSResp>
export function UpdateZSetValue(
arg1: string,
arg2: number,
arg3: string,
arg4: string,
arg5: string,
arg6: number
): Promise<types.JSResp>