diff --git a/main.go b/main.go index 48ee610..424c90c 100644 --- a/main.go +++ b/main.go @@ -45,6 +45,8 @@ type App struct { type Application interface { Parser() CredentialEncode() + GetTimeRemaining(domain string, auth string) + GetWeekTimesheet(domain string, auth string) } func main() {