komoot planned vs completed

This commit is contained in:
Christian Beutel
2025-02-14 13:21:25 +01:00
parent 6b3fbfdf31
commit a2ad4a4800
4 changed files with 29 additions and 10 deletions

View File

@@ -3,9 +3,11 @@ package komoot
import "time"
type KomootIntegration struct {
Active bool `json:"active"`
Email string `json:"email"`
Password string `json:"password"`
Active bool `json:"active"`
Email string `json:"email"`
Password string `json:"password"`
Planned bool `json:"planned"`
Completed bool `json:"completed"`
}
type LoginResponse struct {