article.go 408 B

12345678910111213141516
  1. // Code generated by dol build. Only Generate by tools if not existed.
  2. // source: article.go
  3. package srv
  4. import (
  5. "errors"
  6. "github.com/2637309949/dolphin/packages/gin"
  7. "github.com/2637309949/dolphin/packages/xormplus/xorm"
  8. )
  9. // ArticleAction defined srv
  10. func ArticleAction(ctx *gin.Context, db *xorm.Engine, params struct{}) (interface{}, error) {
  11. return nil, errors.New("No implementation found")
  12. }