image

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChunkLogic

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

func NewChunkLogic

func NewChunkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChunkLogic

func (*ChunkLogic) Chunk

func (l *ChunkLogic) Chunk() error

type DataSetCheckLogic

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

func NewDataSetCheckLogic

func NewDataSetCheckLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DataSetCheckLogic

func (*DataSetCheckLogic) DataSetCheck

func (l *DataSetCheckLogic) DataSetCheck(req *types.CheckReq) (resp *types.CheckResp, err error)

type ImageListLogic

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

func NewImageListLogic

func NewImageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ImageListLogic

func (*ImageListLogic) ImageList

func (l *ImageListLogic) ImageList() (resp *types.ImageListResp, err error)

type ImageTags

type ImageTags struct {
	Name string   `json:"name"`
	Tags []string `json:"tags" copier:"tags"`
}

type UploadDataSetLogic

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

func NewUploadDataSetLogic

func NewUploadDataSetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UploadDataSetLogic

func (*UploadDataSetLogic) UploadDataSet

func (l *UploadDataSetLogic) UploadDataSet() error

type UploadLogic

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

func NewUploadLogic

func NewUploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UploadLogic

func (*UploadLogic) Upload

func (l *UploadLogic) Upload() error

Jump to

Keyboard shortcuts

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