aboutsummaryrefslogtreecommitdiff
path: root/pkg/service/main_test.go
AgeCommit message (Collapse)Author
2023-07-22feat: Add user managementGabriel Arakaki Giovanini
As many things it is on crude state. The settings.go has become a big mess, but I have achieve MVP, so from now one things shall improve as I'll spent more time on refactoring.
2023-07-04feat: Add user based filesGabriel Arakaki Giovanini
Now files follow user path configuration
2023-06-29ref: Move all controller under the same folderGabriel Arakaki Giovanini
Move all controller to the same folder and rename them to service. Moving them to the same folder allow an easier setup for testing.