installed_micro_app

package
v0.0.0-...-b63aa1a Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(s giraffe_micro.Server, srv Service)

Types

type Client

Client is the client API for installed_micro_app service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewClient

func NewClient(c giraffe_micro.Client) Client

type CreateRequest

type CreateRequest struct {
	//
	//小产品所属桌面
	Container *CreateRequest_Container `protobuf:"bytes,1,opt,name=container,proto3" json:"container" form:"container"`
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *CreateRequest_Icons `protobuf:"bytes,5,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,6,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,8,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,9,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,10,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,11,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,12,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,13,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *CreateRequest_ClonedFrom `protobuf:"bytes,14,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,16,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,17,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,20,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,21,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *CreateRequest_MenuIcon `protobuf:"bytes,22,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Create请求

func (*CreateRequest) Descriptor

func (*CreateRequest) Descriptor() ([]byte, []int)

func (*CreateRequest) GetAppId

func (m *CreateRequest) GetAppId() string

func (*CreateRequest) GetAppVersion

func (m *CreateRequest) GetAppVersion() string

func (*CreateRequest) GetClonedFrom

func (m *CreateRequest) GetClonedFrom() *CreateRequest_ClonedFrom

func (*CreateRequest) GetContainer

func (m *CreateRequest) GetContainer() *CreateRequest_Container

func (*CreateRequest) GetCtime

func (m *CreateRequest) GetCtime() string

func (*CreateRequest) GetCurrentVersion

func (m *CreateRequest) GetCurrentVersion() string

func (*CreateRequest) GetHomepage

func (m *CreateRequest) GetHomepage() string

func (*CreateRequest) GetIconBackground

func (m *CreateRequest) GetIconBackground() string

func (*CreateRequest) GetIcons

func (m *CreateRequest) GetIcons() *CreateRequest_Icons

func (*CreateRequest) GetInstallStatus

func (m *CreateRequest) GetInstallStatus() string

func (*CreateRequest) GetInstanceId

func (m *CreateRequest) GetInstanceId() string

func (*CreateRequest) GetInternal

func (m *CreateRequest) GetInternal() string

func (*CreateRequest) GetMenuIcon

func (m *CreateRequest) GetMenuIcon() *CreateRequest_MenuIcon

func (*CreateRequest) GetMtime

func (m *CreateRequest) GetMtime() string

func (*CreateRequest) GetName

func (m *CreateRequest) GetName() string

func (*CreateRequest) GetOwner

func (m *CreateRequest) GetOwner() string

func (*CreateRequest) GetPkgName

func (m *CreateRequest) GetPkgName() string

func (*CreateRequest) GetPrivate

func (m *CreateRequest) GetPrivate() string

func (*CreateRequest) GetReadme

func (m *CreateRequest) GetReadme() string

func (*CreateRequest) GetStatus

func (m *CreateRequest) GetStatus() string

func (*CreateRequest) GetStoryboardJson

func (m *CreateRequest) GetStoryboardJson() string

func (*CreateRequest) GetTags

func (m *CreateRequest) GetTags() []string

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) Reset

func (m *CreateRequest) Reset()

func (*CreateRequest) String

func (m *CreateRequest) String() string

func (*CreateRequest) Validate

func (this *CreateRequest) Validate() error

func (*CreateRequest) XXX_DiscardUnknown

func (m *CreateRequest) XXX_DiscardUnknown()

func (*CreateRequest) XXX_Marshal

func (m *CreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRequest) XXX_Merge

func (m *CreateRequest) XXX_Merge(src proto.Message)

func (*CreateRequest) XXX_Size

func (m *CreateRequest) XXX_Size() int

func (*CreateRequest) XXX_Unmarshal

func (m *CreateRequest) XXX_Unmarshal(b []byte) error

type CreateRequest_ClonedFrom

type CreateRequest_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRequest_ClonedFrom) Descriptor

func (*CreateRequest_ClonedFrom) Descriptor() ([]byte, []int)

func (*CreateRequest_ClonedFrom) GetAppId

func (m *CreateRequest_ClonedFrom) GetAppId() string

func (*CreateRequest_ClonedFrom) GetName

func (m *CreateRequest_ClonedFrom) GetName() string

func (*CreateRequest_ClonedFrom) GetVersion

func (m *CreateRequest_ClonedFrom) GetVersion() string

func (*CreateRequest_ClonedFrom) ProtoMessage

func (*CreateRequest_ClonedFrom) ProtoMessage()

func (*CreateRequest_ClonedFrom) Reset

func (m *CreateRequest_ClonedFrom) Reset()

func (*CreateRequest_ClonedFrom) String

func (m *CreateRequest_ClonedFrom) String() string

func (*CreateRequest_ClonedFrom) Validate

func (this *CreateRequest_ClonedFrom) Validate() error

func (*CreateRequest_ClonedFrom) XXX_DiscardUnknown

func (m *CreateRequest_ClonedFrom) XXX_DiscardUnknown()

func (*CreateRequest_ClonedFrom) XXX_Marshal

func (m *CreateRequest_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRequest_ClonedFrom) XXX_Merge

func (m *CreateRequest_ClonedFrom) XXX_Merge(src proto.Message)

func (*CreateRequest_ClonedFrom) XXX_Size

func (m *CreateRequest_ClonedFrom) XXX_Size() int

func (*CreateRequest_ClonedFrom) XXX_Unmarshal

func (m *CreateRequest_ClonedFrom) XXX_Unmarshal(b []byte) error

type CreateRequest_Container

type CreateRequest_Container struct {
	//
	//桌面的id
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRequest_Container) Descriptor

func (*CreateRequest_Container) Descriptor() ([]byte, []int)

func (*CreateRequest_Container) GetId

func (m *CreateRequest_Container) GetId() string

func (*CreateRequest_Container) ProtoMessage

func (*CreateRequest_Container) ProtoMessage()

func (*CreateRequest_Container) Reset

func (m *CreateRequest_Container) Reset()

func (*CreateRequest_Container) String

func (m *CreateRequest_Container) String() string

func (*CreateRequest_Container) Validate

func (this *CreateRequest_Container) Validate() error

func (*CreateRequest_Container) XXX_DiscardUnknown

func (m *CreateRequest_Container) XXX_DiscardUnknown()

func (*CreateRequest_Container) XXX_Marshal

func (m *CreateRequest_Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRequest_Container) XXX_Merge

func (m *CreateRequest_Container) XXX_Merge(src proto.Message)

func (*CreateRequest_Container) XXX_Size

func (m *CreateRequest_Container) XXX_Size() int

func (*CreateRequest_Container) XXX_Unmarshal

func (m *CreateRequest_Container) XXX_Unmarshal(b []byte) error

type CreateRequest_Icons

type CreateRequest_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRequest_Icons) Descriptor

func (*CreateRequest_Icons) Descriptor() ([]byte, []int)

func (*CreateRequest_Icons) GetLarge

func (m *CreateRequest_Icons) GetLarge() string

func (*CreateRequest_Icons) ProtoMessage

func (*CreateRequest_Icons) ProtoMessage()

func (*CreateRequest_Icons) Reset

func (m *CreateRequest_Icons) Reset()

func (*CreateRequest_Icons) String

func (m *CreateRequest_Icons) String() string

func (*CreateRequest_Icons) Validate

func (this *CreateRequest_Icons) Validate() error

func (*CreateRequest_Icons) XXX_DiscardUnknown

func (m *CreateRequest_Icons) XXX_DiscardUnknown()

func (*CreateRequest_Icons) XXX_Marshal

func (m *CreateRequest_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRequest_Icons) XXX_Merge

func (m *CreateRequest_Icons) XXX_Merge(src proto.Message)

func (*CreateRequest_Icons) XXX_Size

func (m *CreateRequest_Icons) XXX_Size() int

func (*CreateRequest_Icons) XXX_Unmarshal

func (m *CreateRequest_Icons) XXX_Unmarshal(b []byte) error

type CreateRequest_MenuIcon

type CreateRequest_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRequest_MenuIcon) Descriptor

func (*CreateRequest_MenuIcon) Descriptor() ([]byte, []int)

func (*CreateRequest_MenuIcon) GetCategory

func (m *CreateRequest_MenuIcon) GetCategory() string

func (*CreateRequest_MenuIcon) GetIcon

func (m *CreateRequest_MenuIcon) GetIcon() string

func (*CreateRequest_MenuIcon) GetLib

func (m *CreateRequest_MenuIcon) GetLib() string

func (*CreateRequest_MenuIcon) GetPrefix

func (m *CreateRequest_MenuIcon) GetPrefix() string

func (*CreateRequest_MenuIcon) GetTheme

func (m *CreateRequest_MenuIcon) GetTheme() string

func (*CreateRequest_MenuIcon) GetType

func (m *CreateRequest_MenuIcon) GetType() string

func (*CreateRequest_MenuIcon) ProtoMessage

func (*CreateRequest_MenuIcon) ProtoMessage()

func (*CreateRequest_MenuIcon) Reset

func (m *CreateRequest_MenuIcon) Reset()

func (*CreateRequest_MenuIcon) String

func (m *CreateRequest_MenuIcon) String() string

func (*CreateRequest_MenuIcon) Validate

func (this *CreateRequest_MenuIcon) Validate() error

func (*CreateRequest_MenuIcon) XXX_DiscardUnknown

func (m *CreateRequest_MenuIcon) XXX_DiscardUnknown()

func (*CreateRequest_MenuIcon) XXX_Marshal

func (m *CreateRequest_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRequest_MenuIcon) XXX_Merge

func (m *CreateRequest_MenuIcon) XXX_Merge(src proto.Message)

func (*CreateRequest_MenuIcon) XXX_Size

func (m *CreateRequest_MenuIcon) XXX_Size() int

func (*CreateRequest_MenuIcon) XXX_Unmarshal

func (m *CreateRequest_MenuIcon) XXX_Unmarshal(b []byte) error

type CreateResponse

type CreateResponse struct {
	//
	//小产品关联的桌面信息
	Container *micro_app.MicroAppContainer `protobuf:"bytes,1,opt,name=container,proto3" json:"container" form:"container"`
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *CreateResponse_Icons `protobuf:"bytes,5,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,6,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,8,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,9,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,10,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,11,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,12,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,13,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *CreateResponse_ClonedFrom `protobuf:"bytes,14,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,16,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,17,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,20,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,21,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *CreateResponse_MenuIcon `protobuf:"bytes,22,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

Create返回

func (*CreateResponse) Descriptor

func (*CreateResponse) Descriptor() ([]byte, []int)

func (*CreateResponse) GetAppId

func (m *CreateResponse) GetAppId() string

func (*CreateResponse) GetAppVersion

func (m *CreateResponse) GetAppVersion() string

func (*CreateResponse) GetClonedFrom

func (m *CreateResponse) GetClonedFrom() *CreateResponse_ClonedFrom

func (*CreateResponse) GetContainer

func (m *CreateResponse) GetContainer() *micro_app.MicroAppContainer

func (*CreateResponse) GetCtime

func (m *CreateResponse) GetCtime() string

func (*CreateResponse) GetCurrentVersion

func (m *CreateResponse) GetCurrentVersion() string

func (*CreateResponse) GetHomepage

func (m *CreateResponse) GetHomepage() string

func (*CreateResponse) GetIconBackground

func (m *CreateResponse) GetIconBackground() string

func (*CreateResponse) GetIcons

func (m *CreateResponse) GetIcons() *CreateResponse_Icons

func (*CreateResponse) GetInstallStatus

func (m *CreateResponse) GetInstallStatus() string

func (*CreateResponse) GetInstanceId

func (m *CreateResponse) GetInstanceId() string

func (*CreateResponse) GetInternal

func (m *CreateResponse) GetInternal() string

func (*CreateResponse) GetMenuIcon

func (m *CreateResponse) GetMenuIcon() *CreateResponse_MenuIcon

func (*CreateResponse) GetMtime

func (m *CreateResponse) GetMtime() string

func (*CreateResponse) GetName

func (m *CreateResponse) GetName() string

func (*CreateResponse) GetOwner

func (m *CreateResponse) GetOwner() string

func (*CreateResponse) GetPkgName

func (m *CreateResponse) GetPkgName() string

func (*CreateResponse) GetPrivate

func (m *CreateResponse) GetPrivate() string

func (*CreateResponse) GetReadme

func (m *CreateResponse) GetReadme() string

func (*CreateResponse) GetStatus

func (m *CreateResponse) GetStatus() string

func (*CreateResponse) GetStoryboardJson

func (m *CreateResponse) GetStoryboardJson() string

func (*CreateResponse) GetTags

func (m *CreateResponse) GetTags() []string

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) Reset

func (m *CreateResponse) Reset()

func (*CreateResponse) String

func (m *CreateResponse) String() string

func (*CreateResponse) Validate

func (this *CreateResponse) Validate() error

func (*CreateResponse) XXX_DiscardUnknown

func (m *CreateResponse) XXX_DiscardUnknown()

func (*CreateResponse) XXX_Marshal

func (m *CreateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateResponse) XXX_Merge

func (m *CreateResponse) XXX_Merge(src proto.Message)

func (*CreateResponse) XXX_Size

func (m *CreateResponse) XXX_Size() int

func (*CreateResponse) XXX_Unmarshal

func (m *CreateResponse) XXX_Unmarshal(b []byte) error

type CreateResponseWrapper

type CreateResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *CreateResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

CreateApi返回

func (*CreateResponseWrapper) Descriptor

func (*CreateResponseWrapper) Descriptor() ([]byte, []int)

func (*CreateResponseWrapper) GetCode

func (m *CreateResponseWrapper) GetCode() int32

func (*CreateResponseWrapper) GetCodeExplain

func (m *CreateResponseWrapper) GetCodeExplain() string

func (*CreateResponseWrapper) GetData

func (m *CreateResponseWrapper) GetData() *CreateResponse

func (*CreateResponseWrapper) GetError

func (m *CreateResponseWrapper) GetError() string

func (*CreateResponseWrapper) ProtoMessage

func (*CreateResponseWrapper) ProtoMessage()

func (*CreateResponseWrapper) Reset

func (m *CreateResponseWrapper) Reset()

func (*CreateResponseWrapper) String

func (m *CreateResponseWrapper) String() string

func (*CreateResponseWrapper) Validate

func (this *CreateResponseWrapper) Validate() error

func (*CreateResponseWrapper) XXX_DiscardUnknown

func (m *CreateResponseWrapper) XXX_DiscardUnknown()

func (*CreateResponseWrapper) XXX_Marshal

func (m *CreateResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateResponseWrapper) XXX_Merge

func (m *CreateResponseWrapper) XXX_Merge(src proto.Message)

func (*CreateResponseWrapper) XXX_Size

func (m *CreateResponseWrapper) XXX_Size() int

func (*CreateResponseWrapper) XXX_Unmarshal

func (m *CreateResponseWrapper) XXX_Unmarshal(b []byte) error

type CreateResponse_ClonedFrom

type CreateResponse_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateResponse_ClonedFrom) Descriptor

func (*CreateResponse_ClonedFrom) Descriptor() ([]byte, []int)

func (*CreateResponse_ClonedFrom) GetAppId

func (m *CreateResponse_ClonedFrom) GetAppId() string

func (*CreateResponse_ClonedFrom) GetName

func (m *CreateResponse_ClonedFrom) GetName() string

func (*CreateResponse_ClonedFrom) GetVersion

func (m *CreateResponse_ClonedFrom) GetVersion() string

func (*CreateResponse_ClonedFrom) ProtoMessage

func (*CreateResponse_ClonedFrom) ProtoMessage()

func (*CreateResponse_ClonedFrom) Reset

func (m *CreateResponse_ClonedFrom) Reset()

func (*CreateResponse_ClonedFrom) String

func (m *CreateResponse_ClonedFrom) String() string

func (*CreateResponse_ClonedFrom) Validate

func (this *CreateResponse_ClonedFrom) Validate() error

func (*CreateResponse_ClonedFrom) XXX_DiscardUnknown

func (m *CreateResponse_ClonedFrom) XXX_DiscardUnknown()

func (*CreateResponse_ClonedFrom) XXX_Marshal

func (m *CreateResponse_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateResponse_ClonedFrom) XXX_Merge

func (m *CreateResponse_ClonedFrom) XXX_Merge(src proto.Message)

func (*CreateResponse_ClonedFrom) XXX_Size

func (m *CreateResponse_ClonedFrom) XXX_Size() int

func (*CreateResponse_ClonedFrom) XXX_Unmarshal

func (m *CreateResponse_ClonedFrom) XXX_Unmarshal(b []byte) error

type CreateResponse_Icons

type CreateResponse_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateResponse_Icons) Descriptor

func (*CreateResponse_Icons) Descriptor() ([]byte, []int)

func (*CreateResponse_Icons) GetLarge

func (m *CreateResponse_Icons) GetLarge() string

func (*CreateResponse_Icons) ProtoMessage

func (*CreateResponse_Icons) ProtoMessage()

func (*CreateResponse_Icons) Reset

func (m *CreateResponse_Icons) Reset()

func (*CreateResponse_Icons) String

func (m *CreateResponse_Icons) String() string

func (*CreateResponse_Icons) Validate

func (this *CreateResponse_Icons) Validate() error

func (*CreateResponse_Icons) XXX_DiscardUnknown

func (m *CreateResponse_Icons) XXX_DiscardUnknown()

func (*CreateResponse_Icons) XXX_Marshal

func (m *CreateResponse_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateResponse_Icons) XXX_Merge

func (m *CreateResponse_Icons) XXX_Merge(src proto.Message)

func (*CreateResponse_Icons) XXX_Size

func (m *CreateResponse_Icons) XXX_Size() int

func (*CreateResponse_Icons) XXX_Unmarshal

func (m *CreateResponse_Icons) XXX_Unmarshal(b []byte) error

type CreateResponse_MenuIcon

type CreateResponse_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateResponse_MenuIcon) Descriptor

func (*CreateResponse_MenuIcon) Descriptor() ([]byte, []int)

func (*CreateResponse_MenuIcon) GetCategory

func (m *CreateResponse_MenuIcon) GetCategory() string

func (*CreateResponse_MenuIcon) GetIcon

func (m *CreateResponse_MenuIcon) GetIcon() string

func (*CreateResponse_MenuIcon) GetLib

func (m *CreateResponse_MenuIcon) GetLib() string

func (*CreateResponse_MenuIcon) GetPrefix

func (m *CreateResponse_MenuIcon) GetPrefix() string

func (*CreateResponse_MenuIcon) GetTheme

func (m *CreateResponse_MenuIcon) GetTheme() string

func (*CreateResponse_MenuIcon) GetType

func (m *CreateResponse_MenuIcon) GetType() string

func (*CreateResponse_MenuIcon) ProtoMessage

func (*CreateResponse_MenuIcon) ProtoMessage()

func (*CreateResponse_MenuIcon) Reset

func (m *CreateResponse_MenuIcon) Reset()

func (*CreateResponse_MenuIcon) String

func (m *CreateResponse_MenuIcon) String() string

func (*CreateResponse_MenuIcon) Validate

func (this *CreateResponse_MenuIcon) Validate() error

func (*CreateResponse_MenuIcon) XXX_DiscardUnknown

func (m *CreateResponse_MenuIcon) XXX_DiscardUnknown()

func (*CreateResponse_MenuIcon) XXX_Marshal

func (m *CreateResponse_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateResponse_MenuIcon) XXX_Merge

func (m *CreateResponse_MenuIcon) XXX_Merge(src proto.Message)

func (*CreateResponse_MenuIcon) XXX_Size

func (m *CreateResponse_MenuIcon) XXX_Size() int

func (*CreateResponse_MenuIcon) XXX_Unmarshal

func (m *CreateResponse_MenuIcon) XXX_Unmarshal(b []byte) error

type DeleteMicroAppRequest

type DeleteMicroAppRequest struct {
	//
	//小产品id
	AppId                string   `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id" form:"app_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteMicroApp请求

func (*DeleteMicroAppRequest) Descriptor

func (*DeleteMicroAppRequest) Descriptor() ([]byte, []int)

func (*DeleteMicroAppRequest) GetAppId

func (m *DeleteMicroAppRequest) GetAppId() string

func (*DeleteMicroAppRequest) ProtoMessage

func (*DeleteMicroAppRequest) ProtoMessage()

func (*DeleteMicroAppRequest) Reset

func (m *DeleteMicroAppRequest) Reset()

func (*DeleteMicroAppRequest) String

func (m *DeleteMicroAppRequest) String() string

func (*DeleteMicroAppRequest) Validate

func (this *DeleteMicroAppRequest) Validate() error

func (*DeleteMicroAppRequest) XXX_DiscardUnknown

func (m *DeleteMicroAppRequest) XXX_DiscardUnknown()

func (*DeleteMicroAppRequest) XXX_Marshal

func (m *DeleteMicroAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteMicroAppRequest) XXX_Merge

func (m *DeleteMicroAppRequest) XXX_Merge(src proto.Message)

func (*DeleteMicroAppRequest) XXX_Size

func (m *DeleteMicroAppRequest) XXX_Size() int

func (*DeleteMicroAppRequest) XXX_Unmarshal

func (m *DeleteMicroAppRequest) XXX_Unmarshal(b []byte) error

type DeleteMicroAppResponseWrapper

type DeleteMicroAppResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

DeleteMicroAppApi返回

func (*DeleteMicroAppResponseWrapper) Descriptor

func (*DeleteMicroAppResponseWrapper) Descriptor() ([]byte, []int)

func (*DeleteMicroAppResponseWrapper) GetCode

func (m *DeleteMicroAppResponseWrapper) GetCode() int32

func (*DeleteMicroAppResponseWrapper) GetCodeExplain

func (m *DeleteMicroAppResponseWrapper) GetCodeExplain() string

func (*DeleteMicroAppResponseWrapper) GetData

func (*DeleteMicroAppResponseWrapper) GetError

func (m *DeleteMicroAppResponseWrapper) GetError() string

func (*DeleteMicroAppResponseWrapper) ProtoMessage

func (*DeleteMicroAppResponseWrapper) ProtoMessage()

func (*DeleteMicroAppResponseWrapper) Reset

func (m *DeleteMicroAppResponseWrapper) Reset()

func (*DeleteMicroAppResponseWrapper) String

func (*DeleteMicroAppResponseWrapper) Validate

func (this *DeleteMicroAppResponseWrapper) Validate() error

func (*DeleteMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *DeleteMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*DeleteMicroAppResponseWrapper) XXX_Marshal

func (m *DeleteMicroAppResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteMicroAppResponseWrapper) XXX_Merge

func (m *DeleteMicroAppResponseWrapper) XXX_Merge(src proto.Message)

func (*DeleteMicroAppResponseWrapper) XXX_Size

func (m *DeleteMicroAppResponseWrapper) XXX_Size() int

func (*DeleteMicroAppResponseWrapper) XXX_Unmarshal

func (m *DeleteMicroAppResponseWrapper) XXX_Unmarshal(b []byte) error

type GetInstalledMicroAppRequest

type GetInstalledMicroAppRequest struct {
	//
	//小产品id
	AppId                string   `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id" form:"app_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetInstalledMicroApp请求

func (*GetInstalledMicroAppRequest) Descriptor

func (*GetInstalledMicroAppRequest) Descriptor() ([]byte, []int)

func (*GetInstalledMicroAppRequest) GetAppId

func (m *GetInstalledMicroAppRequest) GetAppId() string

func (*GetInstalledMicroAppRequest) ProtoMessage

func (*GetInstalledMicroAppRequest) ProtoMessage()

func (*GetInstalledMicroAppRequest) Reset

func (m *GetInstalledMicroAppRequest) Reset()

func (*GetInstalledMicroAppRequest) String

func (m *GetInstalledMicroAppRequest) String() string

func (*GetInstalledMicroAppRequest) Validate

func (this *GetInstalledMicroAppRequest) Validate() error

func (*GetInstalledMicroAppRequest) XXX_DiscardUnknown

func (m *GetInstalledMicroAppRequest) XXX_DiscardUnknown()

func (*GetInstalledMicroAppRequest) XXX_Marshal

func (m *GetInstalledMicroAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstalledMicroAppRequest) XXX_Merge

func (m *GetInstalledMicroAppRequest) XXX_Merge(src proto.Message)

func (*GetInstalledMicroAppRequest) XXX_Size

func (m *GetInstalledMicroAppRequest) XXX_Size() int

func (*GetInstalledMicroAppRequest) XXX_Unmarshal

func (m *GetInstalledMicroAppRequest) XXX_Unmarshal(b []byte) error

type GetInstalledMicroAppResponse

type GetInstalledMicroAppResponse struct {
	//
	//小产品关联的桌面信息
	Container *micro_app.MicroAppContainer `protobuf:"bytes,1,opt,name=container,proto3" json:"container" form:"container"`
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *GetInstalledMicroAppResponse_Icons `protobuf:"bytes,5,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,6,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,8,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,9,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,10,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,11,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,12,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,13,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *GetInstalledMicroAppResponse_ClonedFrom `protobuf:"bytes,14,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,16,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,17,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,20,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,21,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *GetInstalledMicroAppResponse_MenuIcon `protobuf:"bytes,22,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

GetInstalledMicroApp返回

func (*GetInstalledMicroAppResponse) Descriptor

func (*GetInstalledMicroAppResponse) Descriptor() ([]byte, []int)

func (*GetInstalledMicroAppResponse) GetAppId

func (m *GetInstalledMicroAppResponse) GetAppId() string

func (*GetInstalledMicroAppResponse) GetAppVersion

func (m *GetInstalledMicroAppResponse) GetAppVersion() string

func (*GetInstalledMicroAppResponse) GetClonedFrom

func (*GetInstalledMicroAppResponse) GetContainer

func (*GetInstalledMicroAppResponse) GetCtime

func (m *GetInstalledMicroAppResponse) GetCtime() string

func (*GetInstalledMicroAppResponse) GetCurrentVersion

func (m *GetInstalledMicroAppResponse) GetCurrentVersion() string

func (*GetInstalledMicroAppResponse) GetHomepage

func (m *GetInstalledMicroAppResponse) GetHomepage() string

func (*GetInstalledMicroAppResponse) GetIconBackground

func (m *GetInstalledMicroAppResponse) GetIconBackground() string

func (*GetInstalledMicroAppResponse) GetIcons

func (*GetInstalledMicroAppResponse) GetInstallStatus

func (m *GetInstalledMicroAppResponse) GetInstallStatus() string

func (*GetInstalledMicroAppResponse) GetInstanceId

func (m *GetInstalledMicroAppResponse) GetInstanceId() string

func (*GetInstalledMicroAppResponse) GetInternal

func (m *GetInstalledMicroAppResponse) GetInternal() string

func (*GetInstalledMicroAppResponse) GetMenuIcon

func (*GetInstalledMicroAppResponse) GetMtime

func (m *GetInstalledMicroAppResponse) GetMtime() string

func (*GetInstalledMicroAppResponse) GetName

func (m *GetInstalledMicroAppResponse) GetName() string

func (*GetInstalledMicroAppResponse) GetOwner

func (m *GetInstalledMicroAppResponse) GetOwner() string

func (*GetInstalledMicroAppResponse) GetPkgName

func (m *GetInstalledMicroAppResponse) GetPkgName() string

func (*GetInstalledMicroAppResponse) GetPrivate

func (m *GetInstalledMicroAppResponse) GetPrivate() string

func (*GetInstalledMicroAppResponse) GetReadme

func (m *GetInstalledMicroAppResponse) GetReadme() string

func (*GetInstalledMicroAppResponse) GetStatus

func (m *GetInstalledMicroAppResponse) GetStatus() string

func (*GetInstalledMicroAppResponse) GetStoryboardJson

func (m *GetInstalledMicroAppResponse) GetStoryboardJson() string

func (*GetInstalledMicroAppResponse) GetTags

func (m *GetInstalledMicroAppResponse) GetTags() []string

func (*GetInstalledMicroAppResponse) ProtoMessage

func (*GetInstalledMicroAppResponse) ProtoMessage()

func (*GetInstalledMicroAppResponse) Reset

func (m *GetInstalledMicroAppResponse) Reset()

func (*GetInstalledMicroAppResponse) String

func (*GetInstalledMicroAppResponse) Validate

func (this *GetInstalledMicroAppResponse) Validate() error

func (*GetInstalledMicroAppResponse) XXX_DiscardUnknown

func (m *GetInstalledMicroAppResponse) XXX_DiscardUnknown()

func (*GetInstalledMicroAppResponse) XXX_Marshal

func (m *GetInstalledMicroAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstalledMicroAppResponse) XXX_Merge

func (m *GetInstalledMicroAppResponse) XXX_Merge(src proto.Message)

func (*GetInstalledMicroAppResponse) XXX_Size

func (m *GetInstalledMicroAppResponse) XXX_Size() int

func (*GetInstalledMicroAppResponse) XXX_Unmarshal

func (m *GetInstalledMicroAppResponse) XXX_Unmarshal(b []byte) error

type GetInstalledMicroAppResponseWrapper

type GetInstalledMicroAppResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetInstalledMicroAppResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

GetInstalledMicroAppApi返回

func (*GetInstalledMicroAppResponseWrapper) Descriptor

func (*GetInstalledMicroAppResponseWrapper) Descriptor() ([]byte, []int)

func (*GetInstalledMicroAppResponseWrapper) GetCode

func (*GetInstalledMicroAppResponseWrapper) GetCodeExplain

func (m *GetInstalledMicroAppResponseWrapper) GetCodeExplain() string

func (*GetInstalledMicroAppResponseWrapper) GetData

func (*GetInstalledMicroAppResponseWrapper) GetError

func (*GetInstalledMicroAppResponseWrapper) ProtoMessage

func (*GetInstalledMicroAppResponseWrapper) ProtoMessage()

func (*GetInstalledMicroAppResponseWrapper) Reset

func (*GetInstalledMicroAppResponseWrapper) String

func (*GetInstalledMicroAppResponseWrapper) Validate

func (this *GetInstalledMicroAppResponseWrapper) Validate() error

func (*GetInstalledMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *GetInstalledMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*GetInstalledMicroAppResponseWrapper) XXX_Marshal

func (m *GetInstalledMicroAppResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstalledMicroAppResponseWrapper) XXX_Merge

func (*GetInstalledMicroAppResponseWrapper) XXX_Size

func (*GetInstalledMicroAppResponseWrapper) XXX_Unmarshal

func (m *GetInstalledMicroAppResponseWrapper) XXX_Unmarshal(b []byte) error

type GetInstalledMicroAppResponse_ClonedFrom

type GetInstalledMicroAppResponse_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInstalledMicroAppResponse_ClonedFrom) Descriptor

func (*GetInstalledMicroAppResponse_ClonedFrom) Descriptor() ([]byte, []int)

func (*GetInstalledMicroAppResponse_ClonedFrom) GetAppId

func (*GetInstalledMicroAppResponse_ClonedFrom) GetName

func (*GetInstalledMicroAppResponse_ClonedFrom) GetVersion

func (*GetInstalledMicroAppResponse_ClonedFrom) ProtoMessage

func (*GetInstalledMicroAppResponse_ClonedFrom) Reset

func (*GetInstalledMicroAppResponse_ClonedFrom) String

func (*GetInstalledMicroAppResponse_ClonedFrom) Validate

func (*GetInstalledMicroAppResponse_ClonedFrom) XXX_DiscardUnknown

func (m *GetInstalledMicroAppResponse_ClonedFrom) XXX_DiscardUnknown()

func (*GetInstalledMicroAppResponse_ClonedFrom) XXX_Marshal

func (m *GetInstalledMicroAppResponse_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstalledMicroAppResponse_ClonedFrom) XXX_Merge

func (*GetInstalledMicroAppResponse_ClonedFrom) XXX_Size

func (*GetInstalledMicroAppResponse_ClonedFrom) XXX_Unmarshal

func (m *GetInstalledMicroAppResponse_ClonedFrom) XXX_Unmarshal(b []byte) error

type GetInstalledMicroAppResponse_Icons

type GetInstalledMicroAppResponse_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInstalledMicroAppResponse_Icons) Descriptor

func (*GetInstalledMicroAppResponse_Icons) Descriptor() ([]byte, []int)

func (*GetInstalledMicroAppResponse_Icons) GetLarge

func (*GetInstalledMicroAppResponse_Icons) ProtoMessage

func (*GetInstalledMicroAppResponse_Icons) ProtoMessage()

func (*GetInstalledMicroAppResponse_Icons) Reset

func (*GetInstalledMicroAppResponse_Icons) String

func (*GetInstalledMicroAppResponse_Icons) Validate

func (this *GetInstalledMicroAppResponse_Icons) Validate() error

func (*GetInstalledMicroAppResponse_Icons) XXX_DiscardUnknown

func (m *GetInstalledMicroAppResponse_Icons) XXX_DiscardUnknown()

func (*GetInstalledMicroAppResponse_Icons) XXX_Marshal

func (m *GetInstalledMicroAppResponse_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstalledMicroAppResponse_Icons) XXX_Merge

func (*GetInstalledMicroAppResponse_Icons) XXX_Size

func (*GetInstalledMicroAppResponse_Icons) XXX_Unmarshal

func (m *GetInstalledMicroAppResponse_Icons) XXX_Unmarshal(b []byte) error

type GetInstalledMicroAppResponse_MenuIcon

type GetInstalledMicroAppResponse_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInstalledMicroAppResponse_MenuIcon) Descriptor

func (*GetInstalledMicroAppResponse_MenuIcon) Descriptor() ([]byte, []int)

func (*GetInstalledMicroAppResponse_MenuIcon) GetCategory

func (*GetInstalledMicroAppResponse_MenuIcon) GetIcon

func (*GetInstalledMicroAppResponse_MenuIcon) GetLib

func (*GetInstalledMicroAppResponse_MenuIcon) GetPrefix

func (*GetInstalledMicroAppResponse_MenuIcon) GetTheme

func (*GetInstalledMicroAppResponse_MenuIcon) GetType

func (*GetInstalledMicroAppResponse_MenuIcon) ProtoMessage

func (*GetInstalledMicroAppResponse_MenuIcon) ProtoMessage()

func (*GetInstalledMicroAppResponse_MenuIcon) Reset

func (*GetInstalledMicroAppResponse_MenuIcon) String

func (*GetInstalledMicroAppResponse_MenuIcon) Validate

func (*GetInstalledMicroAppResponse_MenuIcon) XXX_DiscardUnknown

func (m *GetInstalledMicroAppResponse_MenuIcon) XXX_DiscardUnknown()

func (*GetInstalledMicroAppResponse_MenuIcon) XXX_Marshal

func (m *GetInstalledMicroAppResponse_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstalledMicroAppResponse_MenuIcon) XXX_Merge

func (*GetInstalledMicroAppResponse_MenuIcon) XXX_Size

func (*GetInstalledMicroAppResponse_MenuIcon) XXX_Unmarshal

func (m *GetInstalledMicroAppResponse_MenuIcon) XXX_Unmarshal(b []byte) error

type ListMicroAppRequest

type ListMicroAppRequest struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//每页大小
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListMicroApp请求

func (*ListMicroAppRequest) Descriptor

func (*ListMicroAppRequest) Descriptor() ([]byte, []int)

func (*ListMicroAppRequest) GetPage

func (m *ListMicroAppRequest) GetPage() int32

func (*ListMicroAppRequest) GetPageSize

func (m *ListMicroAppRequest) GetPageSize() int32

func (*ListMicroAppRequest) ProtoMessage

func (*ListMicroAppRequest) ProtoMessage()

func (*ListMicroAppRequest) Reset

func (m *ListMicroAppRequest) Reset()

func (*ListMicroAppRequest) String

func (m *ListMicroAppRequest) String() string

func (*ListMicroAppRequest) Validate

func (this *ListMicroAppRequest) Validate() error

func (*ListMicroAppRequest) XXX_DiscardUnknown

func (m *ListMicroAppRequest) XXX_DiscardUnknown()

func (*ListMicroAppRequest) XXX_Marshal

func (m *ListMicroAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppRequest) XXX_Merge

func (m *ListMicroAppRequest) XXX_Merge(src proto.Message)

func (*ListMicroAppRequest) XXX_Size

func (m *ListMicroAppRequest) XXX_Size() int

func (*ListMicroAppRequest) XXX_Unmarshal

func (m *ListMicroAppRequest) XXX_Unmarshal(b []byte) error

type ListMicroAppResponse

type ListMicroAppResponse struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//数据列表
	List                 []*ListMicroAppResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

ListMicroApp返回

func (*ListMicroAppResponse) Descriptor

func (*ListMicroAppResponse) Descriptor() ([]byte, []int)

func (*ListMicroAppResponse) GetList

func (*ListMicroAppResponse) GetPage

func (m *ListMicroAppResponse) GetPage() int32

func (*ListMicroAppResponse) GetPageSize

func (m *ListMicroAppResponse) GetPageSize() int32

func (*ListMicroAppResponse) GetTotal

func (m *ListMicroAppResponse) GetTotal() int32

func (*ListMicroAppResponse) ProtoMessage

func (*ListMicroAppResponse) ProtoMessage()

func (*ListMicroAppResponse) Reset

func (m *ListMicroAppResponse) Reset()

func (*ListMicroAppResponse) String

func (m *ListMicroAppResponse) String() string

func (*ListMicroAppResponse) Validate

func (this *ListMicroAppResponse) Validate() error

func (*ListMicroAppResponse) XXX_DiscardUnknown

func (m *ListMicroAppResponse) XXX_DiscardUnknown()

func (*ListMicroAppResponse) XXX_Marshal

func (m *ListMicroAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppResponse) XXX_Merge

func (m *ListMicroAppResponse) XXX_Merge(src proto.Message)

func (*ListMicroAppResponse) XXX_Size

func (m *ListMicroAppResponse) XXX_Size() int

func (*ListMicroAppResponse) XXX_Unmarshal

func (m *ListMicroAppResponse) XXX_Unmarshal(b []byte) error

type ListMicroAppResponseWrapper

type ListMicroAppResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListMicroAppResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

ListMicroAppApi返回

func (*ListMicroAppResponseWrapper) Descriptor

func (*ListMicroAppResponseWrapper) Descriptor() ([]byte, []int)

func (*ListMicroAppResponseWrapper) GetCode

func (m *ListMicroAppResponseWrapper) GetCode() int32

func (*ListMicroAppResponseWrapper) GetCodeExplain

func (m *ListMicroAppResponseWrapper) GetCodeExplain() string

func (*ListMicroAppResponseWrapper) GetData

func (*ListMicroAppResponseWrapper) GetError

func (m *ListMicroAppResponseWrapper) GetError() string

func (*ListMicroAppResponseWrapper) ProtoMessage

func (*ListMicroAppResponseWrapper) ProtoMessage()

func (*ListMicroAppResponseWrapper) Reset

func (m *ListMicroAppResponseWrapper) Reset()

func (*ListMicroAppResponseWrapper) String

func (m *ListMicroAppResponseWrapper) String() string

func (*ListMicroAppResponseWrapper) Validate

func (this *ListMicroAppResponseWrapper) Validate() error

func (*ListMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *ListMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*ListMicroAppResponseWrapper) XXX_Marshal

func (m *ListMicroAppResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppResponseWrapper) XXX_Merge

func (m *ListMicroAppResponseWrapper) XXX_Merge(src proto.Message)

func (*ListMicroAppResponseWrapper) XXX_Size

func (m *ListMicroAppResponseWrapper) XXX_Size() int

func (*ListMicroAppResponseWrapper) XXX_Unmarshal

func (m *ListMicroAppResponseWrapper) XXX_Unmarshal(b []byte) error

type ListMicroAppResponse_List

type ListMicroAppResponse_List struct {
	//
	//小产品关联的桌面信息
	Container *micro_app.MicroAppContainer `protobuf:"bytes,1,opt,name=container,proto3" json:"container" form:"container"`
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *ListMicroAppResponse_List_Icons `protobuf:"bytes,5,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,6,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,8,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,9,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,10,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,11,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,12,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,13,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *ListMicroAppResponse_List_ClonedFrom `protobuf:"bytes,14,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,16,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,17,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,20,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,21,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *ListMicroAppResponse_List_MenuIcon `protobuf:"bytes,22,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*ListMicroAppResponse_List) Descriptor

func (*ListMicroAppResponse_List) Descriptor() ([]byte, []int)

func (*ListMicroAppResponse_List) GetAppId

func (m *ListMicroAppResponse_List) GetAppId() string

func (*ListMicroAppResponse_List) GetAppVersion

func (m *ListMicroAppResponse_List) GetAppVersion() string

func (*ListMicroAppResponse_List) GetClonedFrom

func (*ListMicroAppResponse_List) GetContainer

func (*ListMicroAppResponse_List) GetCtime

func (m *ListMicroAppResponse_List) GetCtime() string

func (*ListMicroAppResponse_List) GetCurrentVersion

func (m *ListMicroAppResponse_List) GetCurrentVersion() string

func (*ListMicroAppResponse_List) GetHomepage

func (m *ListMicroAppResponse_List) GetHomepage() string

func (*ListMicroAppResponse_List) GetIconBackground

func (m *ListMicroAppResponse_List) GetIconBackground() string

func (*ListMicroAppResponse_List) GetIcons

func (*ListMicroAppResponse_List) GetInstallStatus

func (m *ListMicroAppResponse_List) GetInstallStatus() string

func (*ListMicroAppResponse_List) GetInstanceId

func (m *ListMicroAppResponse_List) GetInstanceId() string

func (*ListMicroAppResponse_List) GetInternal

func (m *ListMicroAppResponse_List) GetInternal() string

func (*ListMicroAppResponse_List) GetMenuIcon

func (*ListMicroAppResponse_List) GetMtime

func (m *ListMicroAppResponse_List) GetMtime() string

func (*ListMicroAppResponse_List) GetName

func (m *ListMicroAppResponse_List) GetName() string

func (*ListMicroAppResponse_List) GetOwner

func (m *ListMicroAppResponse_List) GetOwner() string

func (*ListMicroAppResponse_List) GetPkgName

func (m *ListMicroAppResponse_List) GetPkgName() string

func (*ListMicroAppResponse_List) GetPrivate

func (m *ListMicroAppResponse_List) GetPrivate() string

func (*ListMicroAppResponse_List) GetReadme

func (m *ListMicroAppResponse_List) GetReadme() string

func (*ListMicroAppResponse_List) GetStatus

func (m *ListMicroAppResponse_List) GetStatus() string

func (*ListMicroAppResponse_List) GetStoryboardJson

func (m *ListMicroAppResponse_List) GetStoryboardJson() string

func (*ListMicroAppResponse_List) GetTags

func (m *ListMicroAppResponse_List) GetTags() []string

func (*ListMicroAppResponse_List) ProtoMessage

func (*ListMicroAppResponse_List) ProtoMessage()

func (*ListMicroAppResponse_List) Reset

func (m *ListMicroAppResponse_List) Reset()

func (*ListMicroAppResponse_List) String

func (m *ListMicroAppResponse_List) String() string

func (*ListMicroAppResponse_List) Validate

func (this *ListMicroAppResponse_List) Validate() error

func (*ListMicroAppResponse_List) XXX_DiscardUnknown

func (m *ListMicroAppResponse_List) XXX_DiscardUnknown()

func (*ListMicroAppResponse_List) XXX_Marshal

func (m *ListMicroAppResponse_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppResponse_List) XXX_Merge

func (m *ListMicroAppResponse_List) XXX_Merge(src proto.Message)

func (*ListMicroAppResponse_List) XXX_Size

func (m *ListMicroAppResponse_List) XXX_Size() int

func (*ListMicroAppResponse_List) XXX_Unmarshal

func (m *ListMicroAppResponse_List) XXX_Unmarshal(b []byte) error

type ListMicroAppResponse_List_ClonedFrom

type ListMicroAppResponse_List_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMicroAppResponse_List_ClonedFrom) Descriptor

func (*ListMicroAppResponse_List_ClonedFrom) Descriptor() ([]byte, []int)

func (*ListMicroAppResponse_List_ClonedFrom) GetAppId

func (*ListMicroAppResponse_List_ClonedFrom) GetName

func (*ListMicroAppResponse_List_ClonedFrom) GetVersion

func (*ListMicroAppResponse_List_ClonedFrom) ProtoMessage

func (*ListMicroAppResponse_List_ClonedFrom) ProtoMessage()

func (*ListMicroAppResponse_List_ClonedFrom) Reset

func (*ListMicroAppResponse_List_ClonedFrom) String

func (*ListMicroAppResponse_List_ClonedFrom) Validate

func (*ListMicroAppResponse_List_ClonedFrom) XXX_DiscardUnknown

func (m *ListMicroAppResponse_List_ClonedFrom) XXX_DiscardUnknown()

func (*ListMicroAppResponse_List_ClonedFrom) XXX_Marshal

func (m *ListMicroAppResponse_List_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppResponse_List_ClonedFrom) XXX_Merge

func (*ListMicroAppResponse_List_ClonedFrom) XXX_Size

func (*ListMicroAppResponse_List_ClonedFrom) XXX_Unmarshal

func (m *ListMicroAppResponse_List_ClonedFrom) XXX_Unmarshal(b []byte) error

type ListMicroAppResponse_List_Icons

type ListMicroAppResponse_List_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMicroAppResponse_List_Icons) Descriptor

func (*ListMicroAppResponse_List_Icons) Descriptor() ([]byte, []int)

func (*ListMicroAppResponse_List_Icons) GetLarge

func (*ListMicroAppResponse_List_Icons) ProtoMessage

func (*ListMicroAppResponse_List_Icons) ProtoMessage()

func (*ListMicroAppResponse_List_Icons) Reset

func (*ListMicroAppResponse_List_Icons) String

func (*ListMicroAppResponse_List_Icons) Validate

func (this *ListMicroAppResponse_List_Icons) Validate() error

func (*ListMicroAppResponse_List_Icons) XXX_DiscardUnknown

func (m *ListMicroAppResponse_List_Icons) XXX_DiscardUnknown()

func (*ListMicroAppResponse_List_Icons) XXX_Marshal

func (m *ListMicroAppResponse_List_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppResponse_List_Icons) XXX_Merge

func (m *ListMicroAppResponse_List_Icons) XXX_Merge(src proto.Message)

func (*ListMicroAppResponse_List_Icons) XXX_Size

func (m *ListMicroAppResponse_List_Icons) XXX_Size() int

func (*ListMicroAppResponse_List_Icons) XXX_Unmarshal

func (m *ListMicroAppResponse_List_Icons) XXX_Unmarshal(b []byte) error

type ListMicroAppResponse_List_MenuIcon

type ListMicroAppResponse_List_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMicroAppResponse_List_MenuIcon) Descriptor

func (*ListMicroAppResponse_List_MenuIcon) Descriptor() ([]byte, []int)

func (*ListMicroAppResponse_List_MenuIcon) GetCategory

func (m *ListMicroAppResponse_List_MenuIcon) GetCategory() string

func (*ListMicroAppResponse_List_MenuIcon) GetIcon

func (*ListMicroAppResponse_List_MenuIcon) GetLib

func (*ListMicroAppResponse_List_MenuIcon) GetPrefix

func (*ListMicroAppResponse_List_MenuIcon) GetTheme

func (*ListMicroAppResponse_List_MenuIcon) GetType

func (*ListMicroAppResponse_List_MenuIcon) ProtoMessage

func (*ListMicroAppResponse_List_MenuIcon) ProtoMessage()

func (*ListMicroAppResponse_List_MenuIcon) Reset

func (*ListMicroAppResponse_List_MenuIcon) String

func (*ListMicroAppResponse_List_MenuIcon) Validate

func (this *ListMicroAppResponse_List_MenuIcon) Validate() error

func (*ListMicroAppResponse_List_MenuIcon) XXX_DiscardUnknown

func (m *ListMicroAppResponse_List_MenuIcon) XXX_DiscardUnknown()

func (*ListMicroAppResponse_List_MenuIcon) XXX_Marshal

func (m *ListMicroAppResponse_List_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMicroAppResponse_List_MenuIcon) XXX_Merge

func (*ListMicroAppResponse_List_MenuIcon) XXX_Size

func (*ListMicroAppResponse_List_MenuIcon) XXX_Unmarshal

func (m *ListMicroAppResponse_List_MenuIcon) XXX_Unmarshal(b []byte) error

type SearchInstalledMicroAppRequest

type SearchInstalledMicroAppRequest struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//每页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//查询条件
	Query                *SearchInstalledMicroAppRequest_Query `protobuf:"bytes,3,opt,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

SearchInstalledMicroApp请求

func (*SearchInstalledMicroAppRequest) Descriptor

func (*SearchInstalledMicroAppRequest) Descriptor() ([]byte, []int)

func (*SearchInstalledMicroAppRequest) GetPage

func (*SearchInstalledMicroAppRequest) GetPageSize

func (m *SearchInstalledMicroAppRequest) GetPageSize() int32

func (*SearchInstalledMicroAppRequest) GetQuery

func (*SearchInstalledMicroAppRequest) ProtoMessage

func (*SearchInstalledMicroAppRequest) ProtoMessage()

func (*SearchInstalledMicroAppRequest) Reset

func (m *SearchInstalledMicroAppRequest) Reset()

func (*SearchInstalledMicroAppRequest) String

func (*SearchInstalledMicroAppRequest) Validate

func (this *SearchInstalledMicroAppRequest) Validate() error

func (*SearchInstalledMicroAppRequest) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppRequest) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppRequest) XXX_Marshal

func (m *SearchInstalledMicroAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppRequest) XXX_Merge

func (m *SearchInstalledMicroAppRequest) XXX_Merge(src proto.Message)

func (*SearchInstalledMicroAppRequest) XXX_Size

func (m *SearchInstalledMicroAppRequest) XXX_Size() int

func (*SearchInstalledMicroAppRequest) XXX_Unmarshal

func (m *SearchInstalledMicroAppRequest) XXX_Unmarshal(b []byte) error

type SearchInstalledMicroAppRequest_Query

type SearchInstalledMicroAppRequest_Query struct {
	//
	//按name或appId搜索,%xx%:模糊匹配,xx%:前缀匹配
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//是否过滤内部小产品
	FilterInternal       bool     `protobuf:"varint,2,opt,name=filterInternal,proto3" json:"filterInternal" form:"filterInternal"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppRequest_Query) Descriptor

func (*SearchInstalledMicroAppRequest_Query) Descriptor() ([]byte, []int)

func (*SearchInstalledMicroAppRequest_Query) GetFilterInternal

func (m *SearchInstalledMicroAppRequest_Query) GetFilterInternal() bool

func (*SearchInstalledMicroAppRequest_Query) GetKey

func (*SearchInstalledMicroAppRequest_Query) ProtoMessage

func (*SearchInstalledMicroAppRequest_Query) ProtoMessage()

func (*SearchInstalledMicroAppRequest_Query) Reset

func (*SearchInstalledMicroAppRequest_Query) String

func (*SearchInstalledMicroAppRequest_Query) Validate

func (*SearchInstalledMicroAppRequest_Query) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppRequest_Query) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppRequest_Query) XXX_Marshal

func (m *SearchInstalledMicroAppRequest_Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppRequest_Query) XXX_Merge

func (*SearchInstalledMicroAppRequest_Query) XXX_Size

func (*SearchInstalledMicroAppRequest_Query) XXX_Unmarshal

func (m *SearchInstalledMicroAppRequest_Query) XXX_Unmarshal(b []byte) error

type SearchInstalledMicroAppResponse

type SearchInstalledMicroAppResponse struct {
	//
	//返回总数
	Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页数
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//该页大小
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//数据列表
	List                 []*SearchInstalledMicroAppResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

SearchInstalledMicroApp返回

func (*SearchInstalledMicroAppResponse) Descriptor

func (*SearchInstalledMicroAppResponse) Descriptor() ([]byte, []int)

func (*SearchInstalledMicroAppResponse) GetList

func (*SearchInstalledMicroAppResponse) GetPage

func (*SearchInstalledMicroAppResponse) GetPageSize

func (m *SearchInstalledMicroAppResponse) GetPageSize() int32

func (*SearchInstalledMicroAppResponse) GetTotal

func (m *SearchInstalledMicroAppResponse) GetTotal() int32

func (*SearchInstalledMicroAppResponse) ProtoMessage

func (*SearchInstalledMicroAppResponse) ProtoMessage()

func (*SearchInstalledMicroAppResponse) Reset

func (*SearchInstalledMicroAppResponse) String

func (*SearchInstalledMicroAppResponse) Validate

func (this *SearchInstalledMicroAppResponse) Validate() error

func (*SearchInstalledMicroAppResponse) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppResponse) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppResponse) XXX_Marshal

func (m *SearchInstalledMicroAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppResponse) XXX_Merge

func (m *SearchInstalledMicroAppResponse) XXX_Merge(src proto.Message)

func (*SearchInstalledMicroAppResponse) XXX_Size

func (m *SearchInstalledMicroAppResponse) XXX_Size() int

func (*SearchInstalledMicroAppResponse) XXX_Unmarshal

func (m *SearchInstalledMicroAppResponse) XXX_Unmarshal(b []byte) error

type SearchInstalledMicroAppResponseWrapper

type SearchInstalledMicroAppResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *SearchInstalledMicroAppResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

SearchInstalledMicroAppApi返回

func (*SearchInstalledMicroAppResponseWrapper) Descriptor

func (*SearchInstalledMicroAppResponseWrapper) Descriptor() ([]byte, []int)

func (*SearchInstalledMicroAppResponseWrapper) GetCode

func (*SearchInstalledMicroAppResponseWrapper) GetCodeExplain

func (m *SearchInstalledMicroAppResponseWrapper) GetCodeExplain() string

func (*SearchInstalledMicroAppResponseWrapper) GetData

func (*SearchInstalledMicroAppResponseWrapper) GetError

func (*SearchInstalledMicroAppResponseWrapper) ProtoMessage

func (*SearchInstalledMicroAppResponseWrapper) Reset

func (*SearchInstalledMicroAppResponseWrapper) String

func (*SearchInstalledMicroAppResponseWrapper) Validate

func (*SearchInstalledMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppResponseWrapper) XXX_Marshal

func (m *SearchInstalledMicroAppResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppResponseWrapper) XXX_Merge

func (*SearchInstalledMicroAppResponseWrapper) XXX_Size

func (*SearchInstalledMicroAppResponseWrapper) XXX_Unmarshal

func (m *SearchInstalledMicroAppResponseWrapper) XXX_Unmarshal(b []byte) error

type SearchInstalledMicroAppResponse_List

type SearchInstalledMicroAppResponse_List struct {
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *SearchInstalledMicroAppResponse_List_Icons `protobuf:"bytes,4,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,5,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,7,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,8,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,9,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,10,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,11,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,12,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *SearchInstalledMicroAppResponse_List_ClonedFrom `protobuf:"bytes,13,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,14,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,15,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,16,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,17,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,18,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,19,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,20,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *SearchInstalledMicroAppResponse_List_MenuIcon `protobuf:"bytes,21,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*SearchInstalledMicroAppResponse_List) Descriptor

func (*SearchInstalledMicroAppResponse_List) Descriptor() ([]byte, []int)

func (*SearchInstalledMicroAppResponse_List) GetAppId

func (*SearchInstalledMicroAppResponse_List) GetAppVersion

func (m *SearchInstalledMicroAppResponse_List) GetAppVersion() string

func (*SearchInstalledMicroAppResponse_List) GetClonedFrom

func (*SearchInstalledMicroAppResponse_List) GetCtime

func (*SearchInstalledMicroAppResponse_List) GetCurrentVersion

func (m *SearchInstalledMicroAppResponse_List) GetCurrentVersion() string

func (*SearchInstalledMicroAppResponse_List) GetHomepage

func (*SearchInstalledMicroAppResponse_List) GetIconBackground

func (m *SearchInstalledMicroAppResponse_List) GetIconBackground() string

func (*SearchInstalledMicroAppResponse_List) GetIcons

func (*SearchInstalledMicroAppResponse_List) GetInstallStatus

func (m *SearchInstalledMicroAppResponse_List) GetInstallStatus() string

func (*SearchInstalledMicroAppResponse_List) GetInstanceId

func (m *SearchInstalledMicroAppResponse_List) GetInstanceId() string

func (*SearchInstalledMicroAppResponse_List) GetInternal

func (*SearchInstalledMicroAppResponse_List) GetMenuIcon

func (*SearchInstalledMicroAppResponse_List) GetMtime

func (*SearchInstalledMicroAppResponse_List) GetName

func (*SearchInstalledMicroAppResponse_List) GetOwner

func (*SearchInstalledMicroAppResponse_List) GetPkgName

func (*SearchInstalledMicroAppResponse_List) GetPrivate

func (*SearchInstalledMicroAppResponse_List) GetReadme

func (*SearchInstalledMicroAppResponse_List) GetStatus

func (*SearchInstalledMicroAppResponse_List) GetStoryboardJson

func (m *SearchInstalledMicroAppResponse_List) GetStoryboardJson() string

func (*SearchInstalledMicroAppResponse_List) GetTags

func (*SearchInstalledMicroAppResponse_List) ProtoMessage

func (*SearchInstalledMicroAppResponse_List) ProtoMessage()

func (*SearchInstalledMicroAppResponse_List) Reset

func (*SearchInstalledMicroAppResponse_List) String

func (*SearchInstalledMicroAppResponse_List) Validate

func (*SearchInstalledMicroAppResponse_List) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppResponse_List) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppResponse_List) XXX_Marshal

func (m *SearchInstalledMicroAppResponse_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppResponse_List) XXX_Merge

func (*SearchInstalledMicroAppResponse_List) XXX_Size

func (*SearchInstalledMicroAppResponse_List) XXX_Unmarshal

func (m *SearchInstalledMicroAppResponse_List) XXX_Unmarshal(b []byte) error

type SearchInstalledMicroAppResponse_List_ClonedFrom

type SearchInstalledMicroAppResponse_List_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) Descriptor

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) GetAppId

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) GetName

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) GetVersion

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) ProtoMessage

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) Reset

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) String

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) Validate

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_Marshal

func (m *SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_Merge

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_Size

func (*SearchInstalledMicroAppResponse_List_ClonedFrom) XXX_Unmarshal

type SearchInstalledMicroAppResponse_List_Icons

type SearchInstalledMicroAppResponse_List_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppResponse_List_Icons) Descriptor

func (*SearchInstalledMicroAppResponse_List_Icons) GetLarge

func (*SearchInstalledMicroAppResponse_List_Icons) ProtoMessage

func (*SearchInstalledMicroAppResponse_List_Icons) Reset

func (*SearchInstalledMicroAppResponse_List_Icons) String

func (*SearchInstalledMicroAppResponse_List_Icons) Validate

func (*SearchInstalledMicroAppResponse_List_Icons) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppResponse_List_Icons) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppResponse_List_Icons) XXX_Marshal

func (m *SearchInstalledMicroAppResponse_List_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppResponse_List_Icons) XXX_Merge

func (*SearchInstalledMicroAppResponse_List_Icons) XXX_Size

func (*SearchInstalledMicroAppResponse_List_Icons) XXX_Unmarshal

type SearchInstalledMicroAppResponse_List_MenuIcon

type SearchInstalledMicroAppResponse_List_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppResponse_List_MenuIcon) Descriptor

func (*SearchInstalledMicroAppResponse_List_MenuIcon) GetCategory

func (*SearchInstalledMicroAppResponse_List_MenuIcon) GetIcon

func (*SearchInstalledMicroAppResponse_List_MenuIcon) GetLib

func (*SearchInstalledMicroAppResponse_List_MenuIcon) GetPrefix

func (*SearchInstalledMicroAppResponse_List_MenuIcon) GetTheme

func (*SearchInstalledMicroAppResponse_List_MenuIcon) GetType

func (*SearchInstalledMicroAppResponse_List_MenuIcon) ProtoMessage

func (*SearchInstalledMicroAppResponse_List_MenuIcon) Reset

func (*SearchInstalledMicroAppResponse_List_MenuIcon) String

func (*SearchInstalledMicroAppResponse_List_MenuIcon) Validate

func (*SearchInstalledMicroAppResponse_List_MenuIcon) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppResponse_List_MenuIcon) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppResponse_List_MenuIcon) XXX_Marshal

func (m *SearchInstalledMicroAppResponse_List_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppResponse_List_MenuIcon) XXX_Merge

func (*SearchInstalledMicroAppResponse_List_MenuIcon) XXX_Size

func (*SearchInstalledMicroAppResponse_List_MenuIcon) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyRequest

type SearchInstalledMicroAppWithUniqKeyRequest struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//每页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//查询条件
	Query                *SearchInstalledMicroAppWithUniqKeyRequest_Query `protobuf:"bytes,3,opt,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

SearchInstalledMicroAppWithUniqKey请求

func (*SearchInstalledMicroAppWithUniqKeyRequest) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyRequest) Descriptor() ([]byte, []int)

func (*SearchInstalledMicroAppWithUniqKeyRequest) GetPage

func (*SearchInstalledMicroAppWithUniqKeyRequest) GetPageSize

func (*SearchInstalledMicroAppWithUniqKeyRequest) GetQuery

func (*SearchInstalledMicroAppWithUniqKeyRequest) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyRequest) Reset

func (*SearchInstalledMicroAppWithUniqKeyRequest) String

func (*SearchInstalledMicroAppWithUniqKeyRequest) Validate

func (*SearchInstalledMicroAppWithUniqKeyRequest) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppWithUniqKeyRequest) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppWithUniqKeyRequest) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyRequest) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyRequest) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyRequest) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyRequest_Query

type SearchInstalledMicroAppWithUniqKeyRequest_Query struct {
	//
	//app name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//appid
	AppId string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id" form:"app_id"`
	//
	//homepage
	Homepage             string   `protobuf:"bytes,3,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) GetAppId

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) GetHomepage

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) GetName

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) Reset

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) String

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) Validate

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyRequest_Query) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyResponse

type SearchInstalledMicroAppWithUniqKeyResponse struct {
	//
	//返回总数
	Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页数
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//该页大小
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//数据列表
	List                 []*SearchInstalledMicroAppWithUniqKeyResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

SearchInstalledMicroAppWithUniqKey返回

func (*SearchInstalledMicroAppWithUniqKeyResponse) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyResponse) GetList

func (*SearchInstalledMicroAppWithUniqKeyResponse) GetPage

func (*SearchInstalledMicroAppWithUniqKeyResponse) GetPageSize

func (*SearchInstalledMicroAppWithUniqKeyResponse) GetTotal

func (*SearchInstalledMicroAppWithUniqKeyResponse) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyResponse) Reset

func (*SearchInstalledMicroAppWithUniqKeyResponse) String

func (*SearchInstalledMicroAppWithUniqKeyResponse) Validate

func (*SearchInstalledMicroAppWithUniqKeyResponse) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppWithUniqKeyResponse) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppWithUniqKeyResponse) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyResponse) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyResponse) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyResponse) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyResponseWrapper

type SearchInstalledMicroAppWithUniqKeyResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *SearchInstalledMicroAppWithUniqKeyResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

SearchInstalledMicroAppWithUniqKeyApi返回

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) GetCode

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) GetCodeExplain

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) GetData

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) GetError

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) Reset

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) String

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) Validate

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyResponseWrapper) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyResponse_List

type SearchInstalledMicroAppWithUniqKeyResponse_List struct {
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *SearchInstalledMicroAppWithUniqKeyResponse_List_Icons `protobuf:"bytes,4,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,5,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,7,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,8,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,9,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,10,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,11,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,12,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom `protobuf:"bytes,13,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,14,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,15,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,16,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,17,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,18,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,19,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,20,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon `protobuf:"bytes,21,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                                                  `json:"-"`
	XXX_unrecognized     []byte                                                    `json:"-"`
	XXX_sizecache        int32                                                     `json:"-"`
}

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetAppId

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetAppVersion

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetClonedFrom

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetCtime

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetCurrentVersion

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetHomepage

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetIconBackground

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetIcons

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetInstallStatus

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetInstanceId

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetInternal

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetMenuIcon

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetMtime

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetName

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetOwner

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetPkgName

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetPrivate

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetReadme

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetStatus

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetStoryboardJson

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) GetTags

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) Reset

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) String

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) Validate

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_DiscardUnknown

func (m *SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_DiscardUnknown()

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyResponse_List) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom

type SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) GetAppId

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) GetName

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) GetVersion

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) Reset

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) String

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) Validate

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) XXX_DiscardUnknown

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_ClonedFrom) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyResponse_List_Icons

type SearchInstalledMicroAppWithUniqKeyResponse_List_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) GetLarge

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) Reset

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) String

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) Validate

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) XXX_DiscardUnknown

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_Icons) XXX_Unmarshal

type SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon

type SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) Descriptor

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) GetCategory

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) GetIcon

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) GetLib

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) GetPrefix

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) GetTheme

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) GetType

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) ProtoMessage

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) Reset

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) String

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) Validate

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) XXX_DiscardUnknown

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) XXX_Marshal

func (m *SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) XXX_Merge

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) XXX_Size

func (*SearchInstalledMicroAppWithUniqKeyResponse_List_MenuIcon) XXX_Unmarshal

type UpdateInstalledMicroAppRequest

type UpdateInstalledMicroAppRequest struct {
	//
	//小产品id
	AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id" form:"app_id"`
	//
	//小产品id
	MicroApp             *UpdateInstalledMicroAppRequest_MicroApp `protobuf:"bytes,2,opt,name=micro_app,json=microApp,proto3" json:"micro_app" form:"micro_app"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

UpdateInstalledMicroApp请求

func (*UpdateInstalledMicroAppRequest) Descriptor

func (*UpdateInstalledMicroAppRequest) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppRequest) GetAppId

func (m *UpdateInstalledMicroAppRequest) GetAppId() string

func (*UpdateInstalledMicroAppRequest) GetMicroApp

func (*UpdateInstalledMicroAppRequest) ProtoMessage

func (*UpdateInstalledMicroAppRequest) ProtoMessage()

func (*UpdateInstalledMicroAppRequest) Reset

func (m *UpdateInstalledMicroAppRequest) Reset()

func (*UpdateInstalledMicroAppRequest) String

func (*UpdateInstalledMicroAppRequest) Validate

func (this *UpdateInstalledMicroAppRequest) Validate() error

func (*UpdateInstalledMicroAppRequest) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppRequest) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppRequest) XXX_Marshal

func (m *UpdateInstalledMicroAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppRequest) XXX_Merge

func (m *UpdateInstalledMicroAppRequest) XXX_Merge(src proto.Message)

func (*UpdateInstalledMicroAppRequest) XXX_Size

func (m *UpdateInstalledMicroAppRequest) XXX_Size() int

func (*UpdateInstalledMicroAppRequest) XXX_Unmarshal

func (m *UpdateInstalledMicroAppRequest) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppRequest_MicroApp

type UpdateInstalledMicroAppRequest_MicroApp struct {
	//
	//小产品所属桌面
	Container *UpdateInstalledMicroAppRequest_MicroApp_Container `protobuf:"bytes,1,opt,name=container,proto3" json:"container" form:"container"`
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *UpdateInstalledMicroAppRequest_MicroApp_Icons `protobuf:"bytes,5,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,6,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,8,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,9,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,10,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,11,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,12,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,13,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom `protobuf:"bytes,14,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,16,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,17,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,20,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,21,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *UpdateInstalledMicroAppRequest_MicroApp_MenuIcon `protobuf:"bytes,22,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*UpdateInstalledMicroAppRequest_MicroApp) Descriptor

func (*UpdateInstalledMicroAppRequest_MicroApp) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppRequest_MicroApp) GetAppId

func (*UpdateInstalledMicroAppRequest_MicroApp) GetAppVersion

func (*UpdateInstalledMicroAppRequest_MicroApp) GetClonedFrom

func (*UpdateInstalledMicroAppRequest_MicroApp) GetContainer

func (*UpdateInstalledMicroAppRequest_MicroApp) GetCtime

func (*UpdateInstalledMicroAppRequest_MicroApp) GetCurrentVersion

func (m *UpdateInstalledMicroAppRequest_MicroApp) GetCurrentVersion() string

func (*UpdateInstalledMicroAppRequest_MicroApp) GetHomepage

func (*UpdateInstalledMicroAppRequest_MicroApp) GetIconBackground

func (m *UpdateInstalledMicroAppRequest_MicroApp) GetIconBackground() string

func (*UpdateInstalledMicroAppRequest_MicroApp) GetIcons

func (*UpdateInstalledMicroAppRequest_MicroApp) GetInstallStatus

func (m *UpdateInstalledMicroAppRequest_MicroApp) GetInstallStatus() string

func (*UpdateInstalledMicroAppRequest_MicroApp) GetInstanceId

func (*UpdateInstalledMicroAppRequest_MicroApp) GetInternal

func (*UpdateInstalledMicroAppRequest_MicroApp) GetMenuIcon

func (*UpdateInstalledMicroAppRequest_MicroApp) GetMtime

func (*UpdateInstalledMicroAppRequest_MicroApp) GetName

func (*UpdateInstalledMicroAppRequest_MicroApp) GetOwner

func (*UpdateInstalledMicroAppRequest_MicroApp) GetPkgName

func (*UpdateInstalledMicroAppRequest_MicroApp) GetPrivate

func (*UpdateInstalledMicroAppRequest_MicroApp) GetReadme

func (*UpdateInstalledMicroAppRequest_MicroApp) GetStatus

func (*UpdateInstalledMicroAppRequest_MicroApp) GetStoryboardJson

func (m *UpdateInstalledMicroAppRequest_MicroApp) GetStoryboardJson() string

func (*UpdateInstalledMicroAppRequest_MicroApp) GetTags

func (*UpdateInstalledMicroAppRequest_MicroApp) ProtoMessage

func (*UpdateInstalledMicroAppRequest_MicroApp) Reset

func (*UpdateInstalledMicroAppRequest_MicroApp) String

func (*UpdateInstalledMicroAppRequest_MicroApp) Validate

func (*UpdateInstalledMicroAppRequest_MicroApp) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppRequest_MicroApp) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppRequest_MicroApp) XXX_Marshal

func (m *UpdateInstalledMicroAppRequest_MicroApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppRequest_MicroApp) XXX_Merge

func (*UpdateInstalledMicroAppRequest_MicroApp) XXX_Size

func (*UpdateInstalledMicroAppRequest_MicroApp) XXX_Unmarshal

func (m *UpdateInstalledMicroAppRequest_MicroApp) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom

type UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) Descriptor

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) GetAppId

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) GetName

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) GetVersion

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) ProtoMessage

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) Reset

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) String

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) Validate

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) XXX_DiscardUnknown

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) XXX_Marshal

func (m *UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) XXX_Merge

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) XXX_Size

func (*UpdateInstalledMicroAppRequest_MicroApp_ClonedFrom) XXX_Unmarshal

type UpdateInstalledMicroAppRequest_MicroApp_Container

type UpdateInstalledMicroAppRequest_MicroApp_Container struct {
	//
	//桌面的id
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) Descriptor

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) GetId

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) ProtoMessage

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) Reset

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) String

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) Validate

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_Marshal

func (m *UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_Merge

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_Size

func (*UpdateInstalledMicroAppRequest_MicroApp_Container) XXX_Unmarshal

type UpdateInstalledMicroAppRequest_MicroApp_Icons

type UpdateInstalledMicroAppRequest_MicroApp_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) Descriptor

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) GetLarge

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) ProtoMessage

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) Reset

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) String

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) Validate

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_Marshal

func (m *UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_Merge

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_Size

func (*UpdateInstalledMicroAppRequest_MicroApp_Icons) XXX_Unmarshal

type UpdateInstalledMicroAppRequest_MicroApp_MenuIcon

type UpdateInstalledMicroAppRequest_MicroApp_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) Descriptor

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) GetCategory

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) GetIcon

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) GetLib

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) GetPrefix

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) GetTheme

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) GetType

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) ProtoMessage

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) Reset

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) String

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) Validate

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_Marshal

func (m *UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_Merge

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_Size

func (*UpdateInstalledMicroAppRequest_MicroApp_MenuIcon) XXX_Unmarshal

type UpdateInstalledMicroAppResponse

type UpdateInstalledMicroAppResponse struct {
	//
	//小产品关联的桌面信息
	Container *micro_app.MicroAppContainer `protobuf:"bytes,1,opt,name=container,proto3" json:"container" form:"container"`
	//
	//cmdb唯一标识, 业务逻辑请使用appId作为唯一标识
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//小产品名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//图标url
	Icons *UpdateInstalledMicroAppResponse_Icons `protobuf:"bytes,5,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,6,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,8,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//小产品在应用商店的版本号
	AppVersion string `protobuf:"bytes,9,opt,name=appVersion,proto3" json:"appVersion" form:"appVersion"`
	//
	//安装状态, ok-成功, running-正在安装
	InstallStatus string `protobuf:"bytes,10,opt,name=installStatus,proto3" json:"installStatus" form:"installStatus"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,11,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal string `protobuf:"bytes,12,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private string `protobuf:"bytes,13,opt,name=private,proto3" json:"private" form:"private"`
	//
	//克隆对象
	ClonedFrom *UpdateInstalledMicroAppResponse_ClonedFrom `protobuf:"bytes,14,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,16,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,17,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,20,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//图标背景
	IconBackground string `protobuf:"bytes,21,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	//
	//菜单中显示的图标
	MenuIcon             *UpdateInstalledMicroAppResponse_MenuIcon `protobuf:"bytes,22,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

UpdateInstalledMicroApp返回

func (*UpdateInstalledMicroAppResponse) Descriptor

func (*UpdateInstalledMicroAppResponse) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppResponse) GetAppId

func (*UpdateInstalledMicroAppResponse) GetAppVersion

func (m *UpdateInstalledMicroAppResponse) GetAppVersion() string

func (*UpdateInstalledMicroAppResponse) GetClonedFrom

func (*UpdateInstalledMicroAppResponse) GetContainer

func (*UpdateInstalledMicroAppResponse) GetCtime

func (*UpdateInstalledMicroAppResponse) GetCurrentVersion

func (m *UpdateInstalledMicroAppResponse) GetCurrentVersion() string

func (*UpdateInstalledMicroAppResponse) GetHomepage

func (m *UpdateInstalledMicroAppResponse) GetHomepage() string

func (*UpdateInstalledMicroAppResponse) GetIconBackground

func (m *UpdateInstalledMicroAppResponse) GetIconBackground() string

func (*UpdateInstalledMicroAppResponse) GetIcons

func (*UpdateInstalledMicroAppResponse) GetInstallStatus

func (m *UpdateInstalledMicroAppResponse) GetInstallStatus() string

func (*UpdateInstalledMicroAppResponse) GetInstanceId

func (m *UpdateInstalledMicroAppResponse) GetInstanceId() string

func (*UpdateInstalledMicroAppResponse) GetInternal

func (m *UpdateInstalledMicroAppResponse) GetInternal() string

func (*UpdateInstalledMicroAppResponse) GetMenuIcon

func (*UpdateInstalledMicroAppResponse) GetMtime

func (*UpdateInstalledMicroAppResponse) GetName

func (*UpdateInstalledMicroAppResponse) GetOwner

func (*UpdateInstalledMicroAppResponse) GetPkgName

func (m *UpdateInstalledMicroAppResponse) GetPkgName() string

func (*UpdateInstalledMicroAppResponse) GetPrivate

func (m *UpdateInstalledMicroAppResponse) GetPrivate() string

func (*UpdateInstalledMicroAppResponse) GetReadme

func (m *UpdateInstalledMicroAppResponse) GetReadme() string

func (*UpdateInstalledMicroAppResponse) GetStatus

func (m *UpdateInstalledMicroAppResponse) GetStatus() string

func (*UpdateInstalledMicroAppResponse) GetStoryboardJson

func (m *UpdateInstalledMicroAppResponse) GetStoryboardJson() string

func (*UpdateInstalledMicroAppResponse) GetTags

func (m *UpdateInstalledMicroAppResponse) GetTags() []string

func (*UpdateInstalledMicroAppResponse) ProtoMessage

func (*UpdateInstalledMicroAppResponse) ProtoMessage()

func (*UpdateInstalledMicroAppResponse) Reset

func (*UpdateInstalledMicroAppResponse) String

func (*UpdateInstalledMicroAppResponse) Validate

func (this *UpdateInstalledMicroAppResponse) Validate() error

func (*UpdateInstalledMicroAppResponse) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppResponse) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppResponse) XXX_Marshal

func (m *UpdateInstalledMicroAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppResponse) XXX_Merge

func (m *UpdateInstalledMicroAppResponse) XXX_Merge(src proto.Message)

func (*UpdateInstalledMicroAppResponse) XXX_Size

func (m *UpdateInstalledMicroAppResponse) XXX_Size() int

func (*UpdateInstalledMicroAppResponse) XXX_Unmarshal

func (m *UpdateInstalledMicroAppResponse) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppResponseWrapper

type UpdateInstalledMicroAppResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *UpdateInstalledMicroAppResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

UpdateInstalledMicroAppApi返回

func (*UpdateInstalledMicroAppResponseWrapper) Descriptor

func (*UpdateInstalledMicroAppResponseWrapper) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppResponseWrapper) GetCode

func (*UpdateInstalledMicroAppResponseWrapper) GetCodeExplain

func (m *UpdateInstalledMicroAppResponseWrapper) GetCodeExplain() string

func (*UpdateInstalledMicroAppResponseWrapper) GetData

func (*UpdateInstalledMicroAppResponseWrapper) GetError

func (*UpdateInstalledMicroAppResponseWrapper) ProtoMessage

func (*UpdateInstalledMicroAppResponseWrapper) Reset

func (*UpdateInstalledMicroAppResponseWrapper) String

func (*UpdateInstalledMicroAppResponseWrapper) Validate

func (*UpdateInstalledMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppResponseWrapper) XXX_Marshal

func (m *UpdateInstalledMicroAppResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppResponseWrapper) XXX_Merge

func (*UpdateInstalledMicroAppResponseWrapper) XXX_Size

func (*UpdateInstalledMicroAppResponseWrapper) XXX_Unmarshal

func (m *UpdateInstalledMicroAppResponseWrapper) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppResponse_ClonedFrom

type UpdateInstalledMicroAppResponse_ClonedFrom struct {
	//
	//克隆的appId
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//克隆的版本号
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//克隆的app名称
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppResponse_ClonedFrom) Descriptor

func (*UpdateInstalledMicroAppResponse_ClonedFrom) GetAppId

func (*UpdateInstalledMicroAppResponse_ClonedFrom) GetName

func (*UpdateInstalledMicroAppResponse_ClonedFrom) GetVersion

func (*UpdateInstalledMicroAppResponse_ClonedFrom) ProtoMessage

func (*UpdateInstalledMicroAppResponse_ClonedFrom) Reset

func (*UpdateInstalledMicroAppResponse_ClonedFrom) String

func (*UpdateInstalledMicroAppResponse_ClonedFrom) Validate

func (*UpdateInstalledMicroAppResponse_ClonedFrom) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppResponse_ClonedFrom) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppResponse_ClonedFrom) XXX_Marshal

func (m *UpdateInstalledMicroAppResponse_ClonedFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppResponse_ClonedFrom) XXX_Merge

func (*UpdateInstalledMicroAppResponse_ClonedFrom) XXX_Size

func (*UpdateInstalledMicroAppResponse_ClonedFrom) XXX_Unmarshal

type UpdateInstalledMicroAppResponse_Icons

type UpdateInstalledMicroAppResponse_Icons struct {
	//
	//图标url
	Large                string   `protobuf:"bytes,1,opt,name=large,proto3" json:"large" form:"large"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppResponse_Icons) Descriptor

func (*UpdateInstalledMicroAppResponse_Icons) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppResponse_Icons) GetLarge

func (*UpdateInstalledMicroAppResponse_Icons) ProtoMessage

func (*UpdateInstalledMicroAppResponse_Icons) ProtoMessage()

func (*UpdateInstalledMicroAppResponse_Icons) Reset

func (*UpdateInstalledMicroAppResponse_Icons) String

func (*UpdateInstalledMicroAppResponse_Icons) Validate

func (*UpdateInstalledMicroAppResponse_Icons) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppResponse_Icons) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppResponse_Icons) XXX_Marshal

func (m *UpdateInstalledMicroAppResponse_Icons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppResponse_Icons) XXX_Merge

func (*UpdateInstalledMicroAppResponse_Icons) XXX_Size

func (*UpdateInstalledMicroAppResponse_Icons) XXX_Unmarshal

func (m *UpdateInstalledMicroAppResponse_Icons) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppResponse_MenuIcon

type UpdateInstalledMicroAppResponse_MenuIcon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//Antd 图标类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//Antd 图标主题
	Theme string `protobuf:"bytes,3,opt,name=theme,proto3" json:"theme" form:"theme"`
	//
	//FA 或 EasyOps 图标
	Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon" form:"icon"`
	//
	//FA 图标前缀
	Prefix string `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix" form:"prefix"`
	//
	//EasyOps 图标分类
	Category             string   `protobuf:"bytes,6,opt,name=category,proto3" json:"category" form:"category"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppResponse_MenuIcon) Descriptor

func (*UpdateInstalledMicroAppResponse_MenuIcon) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppResponse_MenuIcon) GetCategory

func (*UpdateInstalledMicroAppResponse_MenuIcon) GetIcon

func (*UpdateInstalledMicroAppResponse_MenuIcon) GetLib

func (*UpdateInstalledMicroAppResponse_MenuIcon) GetPrefix

func (*UpdateInstalledMicroAppResponse_MenuIcon) GetTheme

func (*UpdateInstalledMicroAppResponse_MenuIcon) GetType

func (*UpdateInstalledMicroAppResponse_MenuIcon) ProtoMessage

func (*UpdateInstalledMicroAppResponse_MenuIcon) Reset

func (*UpdateInstalledMicroAppResponse_MenuIcon) String

func (*UpdateInstalledMicroAppResponse_MenuIcon) Validate

func (*UpdateInstalledMicroAppResponse_MenuIcon) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppResponse_MenuIcon) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppResponse_MenuIcon) XXX_Marshal

func (m *UpdateInstalledMicroAppResponse_MenuIcon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppResponse_MenuIcon) XXX_Merge

func (*UpdateInstalledMicroAppResponse_MenuIcon) XXX_Size

func (*UpdateInstalledMicroAppResponse_MenuIcon) XXX_Unmarshal

func (m *UpdateInstalledMicroAppResponse_MenuIcon) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppStatusRequest

type UpdateInstalledMicroAppStatusRequest struct {
	//
	//小产品id
	AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id" form:"app_id"`
	//
	//要更新的小产品信息
	MicroApp             *UpdateInstalledMicroAppStatusRequest_MicroApp `protobuf:"bytes,2,opt,name=micro_app,json=microApp,proto3" json:"micro_app" form:"micro_app"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

UpdateInstalledMicroAppStatus请求

func (*UpdateInstalledMicroAppStatusRequest) Descriptor

func (*UpdateInstalledMicroAppStatusRequest) Descriptor() ([]byte, []int)

func (*UpdateInstalledMicroAppStatusRequest) GetAppId

func (*UpdateInstalledMicroAppStatusRequest) GetMicroApp

func (*UpdateInstalledMicroAppStatusRequest) ProtoMessage

func (*UpdateInstalledMicroAppStatusRequest) ProtoMessage()

func (*UpdateInstalledMicroAppStatusRequest) Reset

func (*UpdateInstalledMicroAppStatusRequest) String

func (*UpdateInstalledMicroAppStatusRequest) Validate

func (*UpdateInstalledMicroAppStatusRequest) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppStatusRequest) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppStatusRequest) XXX_Marshal

func (m *UpdateInstalledMicroAppStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppStatusRequest) XXX_Merge

func (*UpdateInstalledMicroAppStatusRequest) XXX_Size

func (*UpdateInstalledMicroAppStatusRequest) XXX_Unmarshal

func (m *UpdateInstalledMicroAppStatusRequest) XXX_Unmarshal(b []byte) error

type UpdateInstalledMicroAppStatusRequest_MicroApp

type UpdateInstalledMicroAppStatusRequest_MicroApp struct {
	//
	//状态
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) Descriptor

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) GetStatus

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) ProtoMessage

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) Reset

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) String

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) Validate

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_Marshal

func (m *UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_Merge

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_Size

func (*UpdateInstalledMicroAppStatusRequest_MicroApp) XXX_Unmarshal

type UpdateInstalledMicroAppStatusResponseWrapper

type UpdateInstalledMicroAppStatusResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *micro_app.InstalledMicroApp `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

UpdateInstalledMicroAppStatusApi返回

func (*UpdateInstalledMicroAppStatusResponseWrapper) Descriptor

func (*UpdateInstalledMicroAppStatusResponseWrapper) GetCode

func (*UpdateInstalledMicroAppStatusResponseWrapper) GetCodeExplain

func (*UpdateInstalledMicroAppStatusResponseWrapper) GetData

func (*UpdateInstalledMicroAppStatusResponseWrapper) GetError

func (*UpdateInstalledMicroAppStatusResponseWrapper) ProtoMessage

func (*UpdateInstalledMicroAppStatusResponseWrapper) Reset

func (*UpdateInstalledMicroAppStatusResponseWrapper) String

func (*UpdateInstalledMicroAppStatusResponseWrapper) Validate

func (*UpdateInstalledMicroAppStatusResponseWrapper) XXX_DiscardUnknown

func (m *UpdateInstalledMicroAppStatusResponseWrapper) XXX_DiscardUnknown()

func (*UpdateInstalledMicroAppStatusResponseWrapper) XXX_Marshal

func (m *UpdateInstalledMicroAppStatusResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInstalledMicroAppStatusResponseWrapper) XXX_Merge

func (*UpdateInstalledMicroAppStatusResponseWrapper) XXX_Size

func (*UpdateInstalledMicroAppStatusResponseWrapper) XXX_Unmarshal

Jump to

Keyboard shortcuts

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