stbiz

package
v0.0.0-...-d64eb31 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SystemSettingBiz

type SystemSettingBiz interface {
	Create(ctx context.Context, requester core.Requester, create *stmodel.SettingCreate) error
	Update(ctx context.Context, requester core.Requester, name string, update *stmodel.SettingUpdate) error
	FindByName(ctx context.Context, name string) (*stmodel.Setting, error)
	FindByCondition(ctx context.Context, filter *stmodel.Filter, paging *core.Paging) ([]stmodel.Setting, error)
}

func NewSystemSettingBiz

func NewSystemSettingBiz(repo SystemSettingRepo) SystemSettingBiz

type SystemSettingRepo

type SystemSettingRepo interface {
	Create(ctx context.Context, create *stmodel.SettingCreate) error
	Update(ctx context.Context, name string, update *stmodel.SettingUpdate) error
	FindByName(ctx context.Context, name string) (*stmodel.Setting, error)
	FindById(ctx context.Context, id int) (*stmodel.Setting, error)
	FindByCondition(ctx context.Context, filter *stmodel.Filter, paging *core.Paging) ([]stmodel.Setting, error)
}

Jump to

Keyboard shortcuts

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