Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkLogic ¶
func NewChunkLogic ¶
func NewChunkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChunkLogic
func (*ChunkLogic) Chunk ¶
func (l *ChunkLogic) Chunk() error
type DataSetCheckLogic ¶
func NewDataSetCheckLogic ¶
func NewDataSetCheckLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DataSetCheckLogic
type ImageListLogic ¶
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 UploadDataSetLogic ¶
func NewUploadDataSetLogic ¶
func NewUploadDataSetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UploadDataSetLogic
func (*UploadDataSetLogic) UploadDataSet ¶
func (l *UploadDataSetLogic) UploadDataSet() error
type UploadLogic ¶
func NewUploadLogic ¶
func NewUploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UploadLogic
func (*UploadLogic) Upload ¶
func (l *UploadLogic) Upload() error
Click to show internal directories.
Click to hide internal directories.