Clean up
This commit is contained in:
parent
f0745c5a75
commit
2b491ed798
2 changed files with 0 additions and 7 deletions
|
@ -24,9 +24,6 @@ type Database interface {
|
|||
Migrate(dirname string) error
|
||||
// AddTimeReport(projectname string, start time.Time, end time.Time) error
|
||||
// AddUserToProject(username string, projectname string) error
|
||||
// ChangeUserRole(username string, projectname string, role string) error
|
||||
// AddTimeReport(projectname string, start time.Time, end time.Time) error
|
||||
// AddUserToProject(username string, projectname string) error
|
||||
ChangeUserRole(username string, projectname string, role string) error
|
||||
GetProjectId(projectname string) (int, error)
|
||||
}
|
||||
|
|
|
@ -125,7 +125,3 @@ func TestDbChangeUserRole(t *testing.T) {
|
|||
// func TestAddUserToProject(t *testing.T) {
|
||||
|
||||
// }
|
||||
|
||||
// func TestChangeUserRole(t *testing.T) {
|
||||
|
||||
// }
|
||||
|
|
Loading…
Add table
Reference in a new issue