trepa/internal/core
2025-03-12 21:36:57 +00:00
..
database.go begin core module 2025-02-20 12:09:38 +00:00
database_test.go fix unit tests 2025-02-26 19:47:39 +00:00
env.go Refactor account handling: update Login method signature, introduce AccountLogin and AccountCreate types, modify repository interface, and implement login logic in service. Add environment variable loading and hashing functions with tests. 2025-03-12 21:36:57 +00:00
env_test.go Refactor account handling: update Login method signature, introduce AccountLogin and AccountCreate types, modify repository interface, and implement login logic in service. Add environment variable loading and hashing functions with tests. 2025-03-12 21:36:57 +00:00
errors.go starting accounts 2025-03-11 21:42:36 +00:00
errors_test.go add errors unit test 2025-02-25 21:32:32 +00:00
hash.go Refactor account handling: update Login method signature, introduce AccountLogin and AccountCreate types, modify repository interface, and implement login logic in service. Add environment variable loading and hashing functions with tests. 2025-03-12 21:36:57 +00:00
hash_test.go Refactor account handling: update Login method signature, introduce AccountLogin and AccountCreate types, modify repository interface, and implement login logic in service. Add environment variable loading and hashing functions with tests. 2025-03-12 21:36:57 +00:00
http.go starting accounts 2025-03-11 21:42:36 +00:00
jwt.go add jwt helpers test 2025-02-26 20:21:12 +00:00
jwt_test.go add jwt helpers test 2025-02-26 20:21:12 +00:00
middleware.go begin core module 2025-02-20 12:09:38 +00:00