biz

package
v0.0.0-...-3dfe287 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2024 License: MIT Imports: 6 Imported by: 0

README

Biz

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = kitdi.NewSet(NewPostSeeder)

ProviderSet is biz providers.

Functions

This section is empty.

Types

type Post

type Post struct {
	gorm.UIDBase
	gorm.AuditedModel
	Name string
}

type PostRepo

type PostRepo interface {
	data.Repo[Post, string, v1.ListPostRequest]
}

type PostSeeder

type PostSeeder struct {
}

func NewPostSeeder

func NewPostSeeder() *PostSeeder

func (*PostSeeder) Seed

func (p *PostSeeder) Seed(ctx context.Context, sCtx *seed.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL