bug fix
parent
8be115d534
commit
6cb35a83f7
|
@ -8,7 +8,6 @@ import (
|
|||
|
||||
type PlanCommand interface{
|
||||
CreatePlan(o *models.Plan) error
|
||||
GetPlan(id uint)(*models.Plan , error)
|
||||
UpdatePlan(id uint , o *models.Plan)(*models.Plan , error)
|
||||
RemovePlan(id uint)error
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue