Add select by action id
This commit is contained in:
@@ -4,6 +4,7 @@ package models
|
||||
type Store interface {
|
||||
SelectActions() ([]*Action, error)
|
||||
SelectPlans() ([]*Plan, error)
|
||||
SelectActionByID(id int) (*Action, error)
|
||||
}
|
||||
|
||||
// Model represents a current model item.
|
||||
|
||||
Reference in New Issue
Block a user