aboutsummaryrefslogtreecommitdiff
path: root/schedule_test.go
AgeCommit message (Collapse)Author
2016-09-23Fixed schedule_test outputCollin Guarino
2016-02-28Ran go fmt on all files.Collin Guarino
2016-02-18Implemented Bridge.Login() func that will assign Bridge.Username and create ↵Collin Guarino
the user if it does not exist. Also convered more functions to Bridge.func()
2016-02-14Started working on bridge.CreateSchedule, better to start working on groups ↵Collin Guarino
instead.
2016-02-14Renamed Bridge.GetSchedules to Bridge.GetAllSchedules for clarify between ↵Collin Guarino
that and Bridge.GetSchedule (singular).
2016-02-14Implemented Bridge.GetSchedule for individual schedule attribute inspections.Collin Guarino
2016-02-14Implemented GetSchedules func with new Schedule struct.Collin Guarino
2016-02-14Base implemention for schedule.go with structs.Collin Guarino