use dao pattern

This commit is contained in:
Jay
2019-09-16 14:06:23 +00:00
parent 4f8749a969
commit 9936519c70
9 changed files with 184 additions and 0 deletions
+13
View File
@@ -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
}