Documentation ¶
Index ¶
- func DeleteComment(comment *model.Comment) (err error)
- func FindCommentById(id int) (comment *model.Comment, err error)
- func InitSqlite(dbPath string) (err error)
- func InsertComment(comment *model.Comment) (err error)
- func ListComment(pageNo int, pageSize int) (comments []*model.Comment, err error)
- func SaveRequestLog(reqLog *model.RequestLog) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteComment ¶
func InitSqlite ¶
func InsertComment ¶
func ListComment ¶
func SaveRequestLog ¶
func SaveRequestLog(reqLog *model.RequestLog) (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.