Skip to content

Commit

Permalink
Update application interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen Premaratne committed Mar 7, 2020
1 parent e1cec40 commit ef142d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ type App struct {
type Application interface {
Parser()
CredentialEncode()
GetTimeRemaining(domain string, auth string)
GetWeekTimesheet(domain string, auth string)
}

func main() {
Expand Down

0 comments on commit ef142d1

Please sign in to comment.