use dao pattern
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package public
|
||||
|
||||
import (
|
||||
pubmodel "dorisbot/database/models/public"
|
||||
)
|
||||
|
||||
// FacebookImpl -
|
||||
type FacebookImpl struct{}
|
||||
|
||||
// Create new Facebook Page
|
||||
func (p FacebookImpl) Create(fb *pubmodel.FacebookPage) (err error) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user