mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 12:55:54 +03:00
[PR #12] [MERGED] refactor: lpa controller #43
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/creamlike1024/EasyLPAC/pull/12
Author: @septs
Created: 3/13/2024
Status: ✅ Merged
Merged: 3/13/2024
Merged by: @creamlike1024
Base:
master← Head:lpa-controller📝 Commits (1)
1a093aerefactor: lpa controller📊 Changes
31 files changed (+1279 additions, -3 deletions)
View changed files
📝
.gitignore(+3 -3)➕
internal/lpac/controller.go(+181 -0)➕
internal/lpac/controller_chip.go(+27 -0)➕
internal/lpac/controller_chip_test.go(+24 -0)➕
internal/lpac/controller_driver.go(+14 -0)➕
internal/lpac/controller_driver_test.go(+14 -0)➕
internal/lpac/controller_notification.go(+26 -0)➕
internal/lpac/controller_notification_test.go(+32 -0)➕
internal/lpac/controller_profile.go(+51 -0)➕
internal/lpac/controller_profile_test.go(+64 -0)➕
internal/lpac/fixtures/chip-info.json(+16 -0)➕
internal/lpac/fixtures/notification-list.json(+8 -0)➕
internal/lpac/fixtures/notification-process-not-found.json(+8 -0)➕
internal/lpac/fixtures/notification-process.json(+24 -0)➕
internal/lpac/fixtures/notification-remove-not-found.json(+8 -0)➕
internal/lpac/fixtures/notification-remove.json(+8 -0)➕
internal/lpac/fixtures/profile-delete.json(+8 -0)➕
internal/lpac/fixtures/profile-deleted.json(+8 -0)➕
internal/lpac/fixtures/profile-disable.json(+8 -0)➕
internal/lpac/fixtures/profile-disabled.json(+8 -0)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.