commonlogic

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2024 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigLogic

type ConfigLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewConfigLogic

func NewConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ConfigLogic

func (*ConfigLogic) Config

func (l *ConfigLogic) Config(in *sys.Empty) (*sys.ConfigResp, error)

type QRCodeReadLogic

type QRCodeReadLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewQRCodeReadLogic

func NewQRCodeReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QRCodeReadLogic

func (*QRCodeReadLogic) QRCodeRead

func (l *QRCodeReadLogic) QRCodeRead(in *sys.QRCodeReadReq) (*sys.QRCodeReadResp, error)

type SlotInfoCreateLogic

type SlotInfoCreateLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSlotInfoCreateLogic

func NewSlotInfoCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoCreateLogic

func (*SlotInfoCreateLogic) SlotInfoCreate

func (l *SlotInfoCreateLogic) SlotInfoCreate(in *sys.SlotInfo) (*sys.WithID, error)

type SlotInfoDeleteLogic

type SlotInfoDeleteLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSlotInfoDeleteLogic

func NewSlotInfoDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoDeleteLogic

func (*SlotInfoDeleteLogic) SlotInfoDelete

func (l *SlotInfoDeleteLogic) SlotInfoDelete(in *sys.WithID) (*sys.Empty, error)

type SlotInfoIndexLogic

type SlotInfoIndexLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSlotInfoIndexLogic

func NewSlotInfoIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoIndexLogic

func (*SlotInfoIndexLogic) SlotInfoIndex

type SlotInfoReadLogic

type SlotInfoReadLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSlotInfoReadLogic

func NewSlotInfoReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoReadLogic

func (*SlotInfoReadLogic) SlotInfoRead

func (l *SlotInfoReadLogic) SlotInfoRead(in *sys.WithID) (*sys.SlotInfo, error)

type SlotInfoUpdateLogic

type SlotInfoUpdateLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSlotInfoUpdateLogic

func NewSlotInfoUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SlotInfoUpdateLogic

func (*SlotInfoUpdateLogic) SlotInfoUpdate

func (l *SlotInfoUpdateLogic) SlotInfoUpdate(in *sys.SlotInfo) (*sys.Empty, error)

type WeatherReadLogic

type WeatherReadLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewWeatherReadLogic

func NewWeatherReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WeatherReadLogic

func (*WeatherReadLogic) WeatherRead

func (l *WeatherReadLogic) WeatherRead(in *sys.WeatherReadReq) (*sys.WeatherReadResp, error)

Jump to

Keyboard shortcuts

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