You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Move Wails service bindings to internal/wails package (#18)
Moves all Wails service wrapper files from root directory to internal/wails/
for better organization and separation of concerns.
Changes:
- Moved: jwt_service.go, barcode_service.go, conversion_service.go,
data_generator_service.go, codeformatter_service.go
- Updated package from 'main' to 'wails'
- Changed startup() to Startup() (exported method)
- Updated main.go and server.go imports
- Updated type references to use wails package
0 commit comments