summary history files

desktop/frontend/wailsjs/go/services/attachmentService.js
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT

export function CreateAttachment(arg1, arg2, arg3) {
  return window['go']['services']['attachmentService']['CreateAttachment'](arg1, arg2, arg3);
}

export function GetAttachment(arg1) {
  return window['go']['services']['attachmentService']['GetAttachment'](arg1);
}

export function GetAttachments() {
  return window['go']['services']['attachmentService']['GetAttachments']();
}

export function GetTransactionAttachments(arg1) {
  return window['go']['services']['attachmentService']['GetTransactionAttachments'](arg1);
}

export function Shutdown(arg1, arg2, arg3) {
  return window['go']['services']['attachmentService']['Shutdown'](arg1, arg2, arg3);
}

export function Start(arg1, arg2, arg3, arg4) {
  return window['go']['services']['attachmentService']['Start'](arg1, arg2, arg3, arg4);
}