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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstalledMicroApp

type InstalledMicroApp 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 *InstalledMicroApp_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 *InstalledMicroApp_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             *InstalledMicroApp_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 (*InstalledMicroApp) Descriptor

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

func (*InstalledMicroApp) GetAppId

func (m *InstalledMicroApp) GetAppId() string

func (*InstalledMicroApp) GetAppVersion

func (m *InstalledMicroApp) GetAppVersion() string

func (*InstalledMicroApp) GetClonedFrom

func (m *InstalledMicroApp) GetClonedFrom() *InstalledMicroApp_ClonedFrom

func (*InstalledMicroApp) GetCtime

func (m *InstalledMicroApp) GetCtime() string

func (*InstalledMicroApp) GetCurrentVersion

func (m *InstalledMicroApp) GetCurrentVersion() string

func (*InstalledMicroApp) GetHomepage

func (m *InstalledMicroApp) GetHomepage() string

func (*InstalledMicroApp) GetIconBackground

func (m *InstalledMicroApp) GetIconBackground() string

func (*InstalledMicroApp) GetIcons

func (*InstalledMicroApp) GetInstallStatus

func (m *InstalledMicroApp) GetInstallStatus() string

func (*InstalledMicroApp) GetInstanceId

func (m *InstalledMicroApp) GetInstanceId() string

func (*InstalledMicroApp) GetInternal

func (m *InstalledMicroApp) GetInternal() string

func (*InstalledMicroApp) GetMenuIcon

func (*InstalledMicroApp) GetMtime

func (m *InstalledMicroApp) GetMtime() string

func (*InstalledMicroApp) GetName

func (m *InstalledMicroApp) GetName() string

func (*InstalledMicroApp) GetOwner

func (m *InstalledMicroApp) GetOwner() string

func (*InstalledMicroApp) GetPkgName

func (m *InstalledMicroApp) GetPkgName() string

func (*InstalledMicroApp) GetPrivate

func (m *InstalledMicroApp) GetPrivate() string

func (*InstalledMicroApp) GetReadme

func (m *InstalledMicroApp) GetReadme() string

func (*InstalledMicroApp) GetStatus

func (m *InstalledMicroApp) GetStatus() string

func (*InstalledMicroApp) GetStoryboardJson

func (m *InstalledMicroApp) GetStoryboardJson() string

func (*InstalledMicroApp) GetTags

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

func (*InstalledMicroApp) ProtoMessage

func (*InstalledMicroApp) ProtoMessage()

func (*InstalledMicroApp) Reset

func (m *InstalledMicroApp) Reset()

func (*InstalledMicroApp) String

func (m *InstalledMicroApp) String() string

func (*InstalledMicroApp) Validate

func (this *InstalledMicroApp) Validate() error

func (*InstalledMicroApp) XXX_DiscardUnknown

func (m *InstalledMicroApp) XXX_DiscardUnknown()

func (*InstalledMicroApp) XXX_Marshal

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

func (*InstalledMicroApp) XXX_Merge

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

func (*InstalledMicroApp) XXX_Size

func (m *InstalledMicroApp) XXX_Size() int

func (*InstalledMicroApp) XXX_Unmarshal

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

type InstalledMicroAppBootstrap

type InstalledMicroAppBootstrap struct {
	//
	//小产品id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//表示该应用是内部的,不出现在 launchpad 和 app store 中
	Internal bool `protobuf:"varint,2,opt,name=internal,proto3" json:"internal" form:"internal"`
	//
	//私有安装应用, true or false
	Private bool `protobuf:"varint,3,opt,name=private,proto3" json:"private" form:"private"`
	//
	//将console以iframe嵌入
	Legacy string `protobuf:"bytes,4,opt,name=legacy,proto3" json:"legacy" form:"legacy"`
	//
	//小产品名称
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	//
	//图标url
	Icons *InstalledMicroAppBootstrap_Icons `protobuf:"bytes,6,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品配置
	StoryboardJson string `protobuf:"bytes,7,opt,name=storyboardJson,proto3" json:"storyboardJson" form:"storyboardJson"`
	//
	//标签
	Tags []string `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags" form:"tags"`
	//
	//NA程序包当前版本
	CurrentVersion string `protobuf:"bytes,9,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//安装状态, 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"`
	//
	//克隆对象
	ClonedFrom *InstalledMicroAppBootstrap_ClonedFrom `protobuf:"bytes,12,opt,name=clonedFrom,proto3" json:"clonedFrom" form:"clonedFrom"`
	//
	//作者
	Owner string `protobuf:"bytes,13,opt,name=owner,proto3" json:"owner" form:"owner"`
	//
	//readme
	Readme string `protobuf:"bytes,14,opt,name=readme,proto3" json:"readme" form:"readme"`
	//
	//状态
	Status string `protobuf:"bytes,15,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime string `protobuf:"bytes,16,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime string `protobuf:"bytes,17,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联程序包名称
	PkgName string `protobuf:"bytes,18,opt,name=pkgName,proto3" json:"pkgName" form:"pkgName"`
	//
	//菜单中显示的图标
	MenuIcon *InstalledMicroAppBootstrap_MenuIcon `protobuf:"bytes,19,opt,name=menuIcon,proto3" json:"menuIcon" form:"menuIcon"`
	//
	//图标背景
	IconBackground       string   `protobuf:"bytes,20,opt,name=iconBackground,proto3" json:"iconBackground" form:"iconBackground"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

小产品

func (*InstalledMicroAppBootstrap) Descriptor

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

func (*InstalledMicroAppBootstrap) GetClonedFrom

func (*InstalledMicroAppBootstrap) GetCtime

func (m *InstalledMicroAppBootstrap) GetCtime() string

func (*InstalledMicroAppBootstrap) GetCurrentVersion

func (m *InstalledMicroAppBootstrap) GetCurrentVersion() string

func (*InstalledMicroAppBootstrap) GetHomepage

func (m *InstalledMicroAppBootstrap) GetHomepage() string

func (*InstalledMicroAppBootstrap) GetIconBackground

func (m *InstalledMicroAppBootstrap) GetIconBackground() string

func (*InstalledMicroAppBootstrap) GetIcons

func (*InstalledMicroAppBootstrap) GetId

func (*InstalledMicroAppBootstrap) GetInstallStatus

func (m *InstalledMicroAppBootstrap) GetInstallStatus() string

func (*InstalledMicroAppBootstrap) GetInternal

func (m *InstalledMicroAppBootstrap) GetInternal() bool

func (*InstalledMicroAppBootstrap) GetLegacy

func (m *InstalledMicroAppBootstrap) GetLegacy() string

func (*InstalledMicroAppBootstrap) GetMenuIcon

func (*InstalledMicroAppBootstrap) GetMtime

func (m *InstalledMicroAppBootstrap) GetMtime() string

func (*InstalledMicroAppBootstrap) GetName

func (m *InstalledMicroAppBootstrap) GetName() string

func (*InstalledMicroAppBootstrap) GetOwner

func (m *InstalledMicroAppBootstrap) GetOwner() string

func (*InstalledMicroAppBootstrap) GetPkgName

func (m *InstalledMicroAppBootstrap) GetPkgName() string

func (*InstalledMicroAppBootstrap) GetPrivate

func (m *InstalledMicroAppBootstrap) GetPrivate() bool

func (*InstalledMicroAppBootstrap) GetReadme

func (m *InstalledMicroAppBootstrap) GetReadme() string

func (*InstalledMicroAppBootstrap) GetStatus

func (m *InstalledMicroAppBootstrap) GetStatus() string

func (*InstalledMicroAppBootstrap) GetStoryboardJson

func (m *InstalledMicroAppBootstrap) GetStoryboardJson() string

func (*InstalledMicroAppBootstrap) GetTags

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

func (*InstalledMicroAppBootstrap) ProtoMessage

func (*InstalledMicroAppBootstrap) ProtoMessage()

func (*InstalledMicroAppBootstrap) Reset

func (m *InstalledMicroAppBootstrap) Reset()

func (*InstalledMicroAppBootstrap) String

func (m *InstalledMicroAppBootstrap) String() string

func (*InstalledMicroAppBootstrap) Validate

func (this *InstalledMicroAppBootstrap) Validate() error

func (*InstalledMicroAppBootstrap) XXX_DiscardUnknown

func (m *InstalledMicroAppBootstrap) XXX_DiscardUnknown()

func (*InstalledMicroAppBootstrap) XXX_Marshal

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

func (*InstalledMicroAppBootstrap) XXX_Merge

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

func (*InstalledMicroAppBootstrap) XXX_Size

func (m *InstalledMicroAppBootstrap) XXX_Size() int

func (*InstalledMicroAppBootstrap) XXX_Unmarshal

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

type InstalledMicroAppBootstrap_ClonedFrom

type InstalledMicroAppBootstrap_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 (*InstalledMicroAppBootstrap_ClonedFrom) Descriptor

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

func (*InstalledMicroAppBootstrap_ClonedFrom) GetAppId

func (*InstalledMicroAppBootstrap_ClonedFrom) GetName

func (*InstalledMicroAppBootstrap_ClonedFrom) GetVersion

func (*InstalledMicroAppBootstrap_ClonedFrom) ProtoMessage

func (*InstalledMicroAppBootstrap_ClonedFrom) ProtoMessage()

func (*InstalledMicroAppBootstrap_ClonedFrom) Reset

func (*InstalledMicroAppBootstrap_ClonedFrom) String

func (*InstalledMicroAppBootstrap_ClonedFrom) Validate

func (*InstalledMicroAppBootstrap_ClonedFrom) XXX_DiscardUnknown

func (m *InstalledMicroAppBootstrap_ClonedFrom) XXX_DiscardUnknown()

func (*InstalledMicroAppBootstrap_ClonedFrom) XXX_Marshal

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

func (*InstalledMicroAppBootstrap_ClonedFrom) XXX_Merge

func (*InstalledMicroAppBootstrap_ClonedFrom) XXX_Size

func (*InstalledMicroAppBootstrap_ClonedFrom) XXX_Unmarshal

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

type InstalledMicroAppBootstrap_Icons

type InstalledMicroAppBootstrap_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 (*InstalledMicroAppBootstrap_Icons) Descriptor

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

func (*InstalledMicroAppBootstrap_Icons) GetLarge

func (*InstalledMicroAppBootstrap_Icons) ProtoMessage

func (*InstalledMicroAppBootstrap_Icons) ProtoMessage()

func (*InstalledMicroAppBootstrap_Icons) Reset

func (*InstalledMicroAppBootstrap_Icons) String

func (*InstalledMicroAppBootstrap_Icons) Validate

func (this *InstalledMicroAppBootstrap_Icons) Validate() error

func (*InstalledMicroAppBootstrap_Icons) XXX_DiscardUnknown

func (m *InstalledMicroAppBootstrap_Icons) XXX_DiscardUnknown()

func (*InstalledMicroAppBootstrap_Icons) XXX_Marshal

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

func (*InstalledMicroAppBootstrap_Icons) XXX_Merge

func (*InstalledMicroAppBootstrap_Icons) XXX_Size

func (m *InstalledMicroAppBootstrap_Icons) XXX_Size() int

func (*InstalledMicroAppBootstrap_Icons) XXX_Unmarshal

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

type InstalledMicroAppBootstrap_MenuIcon

type InstalledMicroAppBootstrap_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 (*InstalledMicroAppBootstrap_MenuIcon) Descriptor

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

func (*InstalledMicroAppBootstrap_MenuIcon) GetCategory

func (*InstalledMicroAppBootstrap_MenuIcon) GetIcon

func (*InstalledMicroAppBootstrap_MenuIcon) GetLib

func (*InstalledMicroAppBootstrap_MenuIcon) GetPrefix

func (*InstalledMicroAppBootstrap_MenuIcon) GetTheme

func (*InstalledMicroAppBootstrap_MenuIcon) GetType

func (*InstalledMicroAppBootstrap_MenuIcon) ProtoMessage

func (*InstalledMicroAppBootstrap_MenuIcon) ProtoMessage()

func (*InstalledMicroAppBootstrap_MenuIcon) Reset

func (*InstalledMicroAppBootstrap_MenuIcon) String

func (*InstalledMicroAppBootstrap_MenuIcon) Validate

func (this *InstalledMicroAppBootstrap_MenuIcon) Validate() error

func (*InstalledMicroAppBootstrap_MenuIcon) XXX_DiscardUnknown

func (m *InstalledMicroAppBootstrap_MenuIcon) XXX_DiscardUnknown()

func (*InstalledMicroAppBootstrap_MenuIcon) XXX_Marshal

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

func (*InstalledMicroAppBootstrap_MenuIcon) XXX_Merge

func (*InstalledMicroAppBootstrap_MenuIcon) XXX_Size

func (*InstalledMicroAppBootstrap_MenuIcon) XXX_Unmarshal

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

type InstalledMicroApp_ClonedFrom

type InstalledMicroApp_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 (*InstalledMicroApp_ClonedFrom) Descriptor

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

func (*InstalledMicroApp_ClonedFrom) GetAppId

func (m *InstalledMicroApp_ClonedFrom) GetAppId() string

func (*InstalledMicroApp_ClonedFrom) GetName

func (m *InstalledMicroApp_ClonedFrom) GetName() string

func (*InstalledMicroApp_ClonedFrom) GetVersion

func (m *InstalledMicroApp_ClonedFrom) GetVersion() string

func (*InstalledMicroApp_ClonedFrom) ProtoMessage

func (*InstalledMicroApp_ClonedFrom) ProtoMessage()

func (*InstalledMicroApp_ClonedFrom) Reset

func (m *InstalledMicroApp_ClonedFrom) Reset()

func (*InstalledMicroApp_ClonedFrom) String

func (*InstalledMicroApp_ClonedFrom) Validate

func (this *InstalledMicroApp_ClonedFrom) Validate() error

func (*InstalledMicroApp_ClonedFrom) XXX_DiscardUnknown

func (m *InstalledMicroApp_ClonedFrom) XXX_DiscardUnknown()

func (*InstalledMicroApp_ClonedFrom) XXX_Marshal

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

func (*InstalledMicroApp_ClonedFrom) XXX_Merge

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

func (*InstalledMicroApp_ClonedFrom) XXX_Size

func (m *InstalledMicroApp_ClonedFrom) XXX_Size() int

func (*InstalledMicroApp_ClonedFrom) XXX_Unmarshal

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

type InstalledMicroApp_Icons

type InstalledMicroApp_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 (*InstalledMicroApp_Icons) Descriptor

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

func (*InstalledMicroApp_Icons) GetLarge

func (m *InstalledMicroApp_Icons) GetLarge() string

func (*InstalledMicroApp_Icons) ProtoMessage

func (*InstalledMicroApp_Icons) ProtoMessage()

func (*InstalledMicroApp_Icons) Reset

func (m *InstalledMicroApp_Icons) Reset()

func (*InstalledMicroApp_Icons) String

func (m *InstalledMicroApp_Icons) String() string

func (*InstalledMicroApp_Icons) Validate

func (this *InstalledMicroApp_Icons) Validate() error

func (*InstalledMicroApp_Icons) XXX_DiscardUnknown

func (m *InstalledMicroApp_Icons) XXX_DiscardUnknown()

func (*InstalledMicroApp_Icons) XXX_Marshal

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

func (*InstalledMicroApp_Icons) XXX_Merge

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

func (*InstalledMicroApp_Icons) XXX_Size

func (m *InstalledMicroApp_Icons) XXX_Size() int

func (*InstalledMicroApp_Icons) XXX_Unmarshal

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

type InstalledMicroApp_MenuIcon

type InstalledMicroApp_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 (*InstalledMicroApp_MenuIcon) Descriptor

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

func (*InstalledMicroApp_MenuIcon) GetCategory

func (m *InstalledMicroApp_MenuIcon) GetCategory() string

func (*InstalledMicroApp_MenuIcon) GetIcon

func (m *InstalledMicroApp_MenuIcon) GetIcon() string

func (*InstalledMicroApp_MenuIcon) GetLib

func (m *InstalledMicroApp_MenuIcon) GetLib() string

func (*InstalledMicroApp_MenuIcon) GetPrefix

func (m *InstalledMicroApp_MenuIcon) GetPrefix() string

func (*InstalledMicroApp_MenuIcon) GetTheme

func (m *InstalledMicroApp_MenuIcon) GetTheme() string

func (*InstalledMicroApp_MenuIcon) GetType

func (m *InstalledMicroApp_MenuIcon) GetType() string

func (*InstalledMicroApp_MenuIcon) ProtoMessage

func (*InstalledMicroApp_MenuIcon) ProtoMessage()

func (*InstalledMicroApp_MenuIcon) Reset

func (m *InstalledMicroApp_MenuIcon) Reset()

func (*InstalledMicroApp_MenuIcon) String

func (m *InstalledMicroApp_MenuIcon) String() string

func (*InstalledMicroApp_MenuIcon) Validate

func (this *InstalledMicroApp_MenuIcon) Validate() error

func (*InstalledMicroApp_MenuIcon) XXX_DiscardUnknown

func (m *InstalledMicroApp_MenuIcon) XXX_DiscardUnknown()

func (*InstalledMicroApp_MenuIcon) XXX_Marshal

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

func (*InstalledMicroApp_MenuIcon) XXX_Merge

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

func (*InstalledMicroApp_MenuIcon) XXX_Size

func (m *InstalledMicroApp_MenuIcon) XXX_Size() int

func (*InstalledMicroApp_MenuIcon) XXX_Unmarshal

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

type MicroAppContainer

type MicroAppContainer struct {
	//
	//cmdb唯一标识, 业务逻辑请使用id作为唯一标识
	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
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id" form:"id"`
	//
	//桌面类型
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type"`
	//
	//桌面显示顺序
	Order                int32    `protobuf:"varint,5,opt,name=order,proto3" json:"order" form:"order"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

小产品桌面

func (*MicroAppContainer) Descriptor

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

func (*MicroAppContainer) GetId

func (m *MicroAppContainer) GetId() string

func (*MicroAppContainer) GetInstanceId

func (m *MicroAppContainer) GetInstanceId() string

func (*MicroAppContainer) GetName

func (m *MicroAppContainer) GetName() string

func (*MicroAppContainer) GetOrder

func (m *MicroAppContainer) GetOrder() int32

func (*MicroAppContainer) GetType

func (m *MicroAppContainer) GetType() string

func (*MicroAppContainer) ProtoMessage

func (*MicroAppContainer) ProtoMessage()

func (*MicroAppContainer) Reset

func (m *MicroAppContainer) Reset()

func (*MicroAppContainer) String

func (m *MicroAppContainer) String() string

func (*MicroAppContainer) Validate

func (this *MicroAppContainer) Validate() error

func (*MicroAppContainer) XXX_DiscardUnknown

func (m *MicroAppContainer) XXX_DiscardUnknown()

func (*MicroAppContainer) XXX_Marshal

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

func (*MicroAppContainer) XXX_Merge

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

func (*MicroAppContainer) XXX_Size

func (m *MicroAppContainer) XXX_Size() int

func (*MicroAppContainer) XXX_Unmarshal

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

type ObjectMicroApp

type ObjectMicroApp struct {
	//
	//关联关系唯一名称
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//模型id
	ObjectId string `protobuf:"bytes,2,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//小产品Id
	MicroAppId string `protobuf:"bytes,3,opt,name=microAppId,proto3" json:"microAppId" form:"microAppId"`
	//
	//小产品名称
	MicroAppName string `protobuf:"bytes,4,opt,name=microAppName,proto3" json:"microAppName" form:"microAppName"`
	//
	//小产品首页
	Homepage string `protobuf:"bytes,5,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//子页面相对路径
	SubPath string `protobuf:"bytes,6,opt,name=subPath,proto3" json:"subPath" form:"subPath"`
	//
	//排序序号
	Order int32 `protobuf:"varint,7,opt,name=order,proto3" json:"order" form:"order"`
	//
	//状态
	Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status" form:"status"`
	//
	//是否是默认小产品
	Default string `protobuf:"bytes,9,opt,name=default,proto3" json:"default" form:"default"`
	//
	//标签
	Tags                 []string `protobuf:"bytes,10,rep,name=tags,proto3" json:"tags" form:"tags"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

模型关联小产品

func (*ObjectMicroApp) Descriptor

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

func (*ObjectMicroApp) GetDefault

func (m *ObjectMicroApp) GetDefault() string

func (*ObjectMicroApp) GetHomepage

func (m *ObjectMicroApp) GetHomepage() string

func (*ObjectMicroApp) GetMicroAppId

func (m *ObjectMicroApp) GetMicroAppId() string

func (*ObjectMicroApp) GetMicroAppName

func (m *ObjectMicroApp) GetMicroAppName() string

func (*ObjectMicroApp) GetName

func (m *ObjectMicroApp) GetName() string

func (*ObjectMicroApp) GetObjectId

func (m *ObjectMicroApp) GetObjectId() string

func (*ObjectMicroApp) GetOrder

func (m *ObjectMicroApp) GetOrder() int32

func (*ObjectMicroApp) GetStatus

func (m *ObjectMicroApp) GetStatus() string

func (*ObjectMicroApp) GetSubPath

func (m *ObjectMicroApp) GetSubPath() string

func (*ObjectMicroApp) GetTags

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

func (*ObjectMicroApp) ProtoMessage

func (*ObjectMicroApp) ProtoMessage()

func (*ObjectMicroApp) Reset

func (m *ObjectMicroApp) Reset()

func (*ObjectMicroApp) String

func (m *ObjectMicroApp) String() string

func (*ObjectMicroApp) Validate

func (this *ObjectMicroApp) Validate() error

func (*ObjectMicroApp) XXX_DiscardUnknown

func (m *ObjectMicroApp) XXX_DiscardUnknown()

func (*ObjectMicroApp) XXX_Marshal

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

func (*ObjectMicroApp) XXX_Merge

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

func (*ObjectMicroApp) XXX_Size

func (m *ObjectMicroApp) XXX_Size() int

func (*ObjectMicroApp) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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