businessImages

package
v0.0.0-...-1bf96ee Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IMAGES_TYPE_REMOTE = "1" //远程
	IMAGES_TYPE_DOCKER = "2" //dockerfile生成镜像
	IMAGES_TYPE_IMPORT = "3" // 导入
	IMAGES_FLAG_PUBLIC = "P"
	IMAGES_FLAG_CUSTOM = "C"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BusinessImagesDto

type BusinessImagesDto struct {
	dto.PageDto
	Id           string `json:"id" sql:"-"`
	Name         string `json:"name" sql:"-"`
	Version      string `json:"version" sql:"-"`
	ImagesType   string `json:"imagesType" sql:"-"`
	TypeUrl      string `json:"typeUrl" sql:"-"`
	ImagesFlag   string `json:"imagesFlag" sql:"-"`
	CreateUserId string `json:"createUserId" sql:"-"`
	CreateTime   string `json:"createTime" sql:"-"`
	StatusCd     string `json:"statusCd" sql:"-"`
	TenantId     string `json:"tenantId" sql:"-"`
	Username     string `json:"username" sql:"-"`
	PublisherId  string `json:"publisherId" sql:"-"`
	BusinessImagesExtDto
}

type BusinessImagesExtDto

type BusinessImagesExtDto struct {
	dto.PageDto
	Id             string `json:"id" sql:"-"`
	ImagesId       string `json:"imagesId" sql:"-"`
	AppId          string `json:"appId" sql:"-"`
	AppName        string `json:"appName" sql:"-"`
	ExtImagesId    string `json:"extImagesId" sql:"-"`
	ExtPublisherId string `json:"extPublisherId" sql:"-"`
	CreateTime     string `json:"createTime" sql:"-"`
	StatusCd       string `json:"statusCd" sql:"-"`
	TenantId       string `json:"tenantId" sql:"-"`
}

images ext

type BusinessImagesVerDto

type BusinessImagesVerDto struct {
	dto.PageDto
	Id         string `json:"id" sql:"-"`
	ImagesId   string `json:"imagesId" sql:"-"`
	Version    string `json:"version" sql:"-"`
	TypeUrl    string `json:"typeUrl" sql:"-"`
	CreateTime string `json:"createTime" sql:"-"`
	StatusCd   string `json:"statusCd" sql:"-"`
	TenantId   string `json:"tenantId" sql:"-"`
	Name       string `json:"name"`
}

type ImagesPoolsDto

type ImagesPoolsDto struct {
	dto.PageDto
	AppId              string               `json:"appId" sql:"-"`
	Name               string               `json:"name"`
	Version            string               `json:"version"`
	Compose            string               `json:"compose"`
	AppShell           string               `json:"appShell"`
	PublisherId        string               `json:"publisherId"`
	ZihaoAppImagesDtos []ZihaoAppImagesDtos `json:"zihaoAppImagesDtos"`
}

type RemoteBusinessImagesVerDto

type RemoteBusinessImagesVerDto struct {
	dto.PageDto
	ImagesId    string `json:"imagesId" sql:"-"`
	Version     string `json:"version" sql:"-"`
	Url         string `json:"url" sql:"-"`
	PublisherId string `json:"publisherId"`
}

type ZihaoAppImagesDtos

type ZihaoAppImagesDtos struct {
	AppId    string `json:"appId"`
	DocUrl   string `json:"docUrl"`
	ImagesId string `json:"imagesId"`
	Name     string `json:"name"`
	Url      string `json:"url"`
	Version  string `json:"version"`
}

Jump to

Keyboard shortcuts

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