k8sservice

package
v0.0.0-...-663e6fc Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateServiceLogic

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

func NewCreateServiceLogic

func NewCreateServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateServiceLogic

func (*CreateServiceLogic) CreateService

func (l *CreateServiceLogic) CreateService(req *types.CreateServiceReq) (resp *types.CreateServiceResp, err error)

type DeleteServiceLogic

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

func NewDeleteServiceLogic

func NewDeleteServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteServiceLogic

func (*DeleteServiceLogic) DeleteService

func (l *DeleteServiceLogic) DeleteService(req *types.DeleteServiceReq) (resp *types.DeleteServiceResp, err error)

type GetServiceDetailLogic

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

func NewGetServiceDetailLogic

func NewGetServiceDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetServiceDetailLogic

func (*GetServiceDetailLogic) GetServiceDetail

func (l *GetServiceDetailLogic) GetServiceDetail(req *types.GetServiceDetailReq) (resp *types.GetServiceDetailResp, err error)

type GetServicesLogic

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

func NewGetServicesLogic

func NewGetServicesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetServicesLogic

func (*GetServicesLogic) GetServices

func (l *GetServicesLogic) GetServices(req *types.GetServicesReq) (resp *types.GetServicesResp, err error)

type UpdateServiceLogic

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

func NewUpdateServiceLogic

func NewUpdateServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateServiceLogic

func (*UpdateServiceLogic) UpdateService

func (l *UpdateServiceLogic) UpdateService(req *types.UpdateServiceReq) (resp *types.UpdateServiceResp, err error)

Jump to

Keyboard shortcuts

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