Versions in this module Expand all Collapse all v3 v3.2.3 Feb 24, 2025 v3.2.2 Feb 24, 2025 v3.2.1 Feb 24, 2025 Changes in this version + const I18nExampleKey + var Messages_en_US = &Messages + var Messages_ja_JP = &Messages + var Messages_ja_JP_ModelsI18nModuleKey = &Messages_ModelsI18nModuleKey + var Messages_zh_CN = &Messages + var Messages_zh_CN_ModelsI18nModuleKey = &Messages_ModelsI18nModuleKey + var Que = &mock.QueueMock + func ActionWorkerExample(b *presets.Builder, db *gorm.DB) http.Handler + func ActivityExample(b *presets.Builder, db *gorm.DB) http.Handler + func AutoCompleteBasicFilterExample(b *presets.Builder, ab *autocomplete.Builder, db *gorm.DB) http.Handler + func AutoSyncExample(b *presets.Builder, db *gorm.DB) http.Handler + func ChangePasswordExample(b *presets.Builder, db *gorm.DB) http.Handler + func ConsumeQueItem(job worker.QueJobInterface) (err error) + func ExampleDB() (db *gorm.DB) + func InternationalizationExample(b *presets.Builder, db *gorm.DB) http.Handler + func LinkageSelectFilterItemRemoteExample(b *presets.Builder, mux examples.Muxer, db *gorm.DB) http.Handler + func ListingExample(b *presets.Builder, db *gorm.DB) http.Handler + func LocalizationExample(b *presets.Builder, db *gorm.DB) http.Handler + func MediaAllowTypesExample(b *presets.Builder, db *gorm.DB) http.Handler + func MediaExample(b *presets.Builder, db *gorm.DB) http.Handler + func MountActionWorker(b *presets.Builder) + func MountWorker(b *presets.Builder) + func Mux(mux *http.ServeMux) http.Handler + func PageBuilderExample(b *presets.Builder, db *gorm.DB) http.Handler + func ProfileExample(b *presets.Builder, db *gorm.DB) http.Handler + func PublishExample(b *presets.Builder, db *gorm.DB) http.Handler + func RedirectionExample(b *presets.Builder, db *gorm.DB) http.Handler + func SEOExampleBasic(b *presets.Builder, db *gorm.DB) http.Handler + func SamplesHandler(mux webexamples.Muxer) + func SingletonExample(b *presets.Builder, db *gorm.DB) http.Handler + func TestHandler(pageBuilder *pagebuilder.Builder, b *presets.Builder) http.Handler + func WorkerExample(b *presets.Builder, db *gorm.DB) http.Handler + type AutoCompletePost struct + Body string + Status string + Title string + type Campaign struct + Title string + func (b *Campaign) GetTitle() string + func (b *Campaign) PublishUrl(db *gorm.DB, ctx context.Context, storage oss.StorageInterface) (s string) + func (b *Campaign) WrapPublishActions(in publish.PublishActionsFunc) publish.PublishActionsFunc + func (p *Campaign) PrimaryColumnValuesBySlug(slug string) map[string]string + func (p *Campaign) PrimarySlug() string + type CampaignContent struct + Banner string + ID uint + Image media_library.MediaBox + Title string + type CampaignProduct struct + Name string + func (b *CampaignProduct) GetTitle() string + func (b *CampaignProduct) PublishUrl(db *gorm.DB, ctx context.Context, storage oss.StorageInterface) (s string) + func (p *CampaignProduct) PrimaryColumnValuesBySlug(slug string) map[string]string + func (p *CampaignProduct) PrimarySlug() string + type CampaignProductTemplate struct + Desc string + Title string + func (b *CampaignProductTemplate) GetDescription(ctx *web.EventContext) string + func (b *CampaignProductTemplate) GetName(ctx *web.EventContext) string + func (p *CampaignProductTemplate) PrimaryColumnValuesBySlug(slug string) map[string]string + func (p *CampaignProductTemplate) PrimarySlug() string + type CampaignTemplate struct + Description string + Name string + func (p *CampaignTemplate) PrimaryColumnValuesBySlug(slug string) map[string]string + func (p *CampaignTemplate) PrimarySlug() string + type Category struct + CreatedAt time.Time + ID uint + Name string + UpdatedAt time.Time + type ExampleResource struct + Name string + type Item struct + ID string + Level int + Name string + Parent *Item + ParentID string + type L10nModel struct + Title string + func (lm *L10nModel) PrimaryColumnValuesBySlug(slug string) map[string]string + func (lm *L10nModel) PrimarySlug() string + type LinkageSelectFilterItemRemoteServer struct + func (b *LinkageSelectFilterItemRemoteServer) ServeHTTP(w http.ResponseWriter, r *http.Request) + type MediaRole struct + MediaID uint + RoleName string + type Messages struct + Admin string + Welcome string + type Messages_ModelsI18nModuleKey struct + Homes string + Videos string + VideosDescription string + VideosName string + type MyContent struct + Color string + ID uint + Text string + type PageProduct struct + Name string + func (b *PageProduct) GetTitle() string + func (b *PageProduct) PublishUrl(db *gorm.DB, ctx context.Context, storage oss.StorageInterface) (s string) + func (p *PageProduct) PrimaryColumnValuesBySlug(slug string) map[string]string + func (p *PageProduct) PrimarySlug() string + type PagesContent struct + Color string + ID uint + Text string + type PaginatedResponse struct + Current int + Data []Item + Pages int + Total int + type Post struct + Body string + CategoryID uint + CreatedAt time.Time + Disabled bool + ID uint + Status string + Title string + UpdatedAt time.Time + type ProductContent struct + ID uint + Name string + type ProfileUser struct + Avatar string + Company string + Email string + Name string + Role string + Status string + type QueryParams struct + Level int + Page int + PageSize int + ParentID string + Search string + type SEOPost struct + SEO seo.Setting + Title string + type User struct + Address string + Name string + type WithPublishProduct struct + Name string + Price int + func (p *WithPublishProduct) GetPublishActions(ctx context.Context, db *gorm.DB, storage oss.StorageInterface) (actions []*publish.PublishAction, err error) + func (p *WithPublishProduct) GetUnPublishActions(ctx context.Context, db *gorm.DB, storage oss.StorageInterface) (actions []*publish.PublishAction, err error) + func (p *WithPublishProduct) PrimaryColumnValuesBySlug(slug string) map[string]string + func (p *WithPublishProduct) PrimarySlug() string + type WithSingletenProduct struct + Title string