flarum_posts_info.auto.go 349 B

1234567891011121314151617
  1. // Code generated by dol build. DO NOT EDIT.
  2. // source: auto.go
  3. package model
  4. import (
  5. "github.com/2637309949/dolphin/packages/null"
  6. )
  7. // FlarumPostsInfo defined FlarumPosts info
  8. type FlarumPostsInfo struct {
  9. *FlarumPosts
  10. // Content
  11. Content null.String `json:"content" xml:"content"`
  12. // Title
  13. Title null.String `json:"title" xml:"title"`
  14. }