Upstream sync
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
package models
|
||||
|
||||
type SimpleCRUD interface {
|
||||
Create() (bool,error)
|
||||
Update()( bool,error)
|
||||
Delete() (bool,error)
|
||||
|
||||
Create() (bool, error)
|
||||
Update() (bool, error)
|
||||
Delete() (bool, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user