]> git.frustrated-labs.net Git - squad-rotation-bot.git/commit
init
authorAlexander Goussas <[email protected]>
Mon, 29 Sep 2025 17:09:47 +0000 (12:09 -0500)
committerAlexander Goussas <[email protected]>
Mon, 29 Sep 2025 17:09:47 +0000 (12:09 -0500)
commitcc9f39c40a893245b0c779b7aac90f24b2ec7e13
tree897688cfe53ff492f9da9639832f301c3f550ea5
init
.gitignore [new file with mode: 0644]
config/config.go [new file with mode: 0644]
database/init.sql [new file with mode: 0644]
docker-compose.yaml [new file with mode: 0644]
entities/squad_member.go [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
main.go [new file with mode: 0644]
services/member_service.go [new file with mode: 0644]
services/messaging_service.go [new file with mode: 0644]
services/rotation_service.go [new file with mode: 0644]