app_store

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 AppStoreMicroApp

type AppStoreMicroApp struct {
	//
	//小产品名称
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id" form:"id"`
	//
	//图标url
	Icons *AppStoreMicroApp_Icons `protobuf:"bytes,3,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品概要介绍
	Intro string `protobuf:"bytes,4,opt,name=intro,proto3" json:"intro" form:"intro"`
	//
	//功能预览
	Preview []string `protobuf:"bytes,5,rep,name=preview,proto3" json:"preview" form:"preview"`
	//
	//功能详细介绍
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description" form:"description"`
	//
	//首页路径
	Homepage string `protobuf:"bytes,7,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//小产品分类
	Category string `protobuf:"bytes,8,opt,name=category,proto3" json:"category" form:"category"`
	//
	//所属桌面Id
	ContainerId          string   `protobuf:"bytes,9,opt,name=containerId,proto3" json:"containerId" form:"containerId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

小产品包

func (*AppStoreMicroApp) Descriptor

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

func (*AppStoreMicroApp) GetCategory

func (m *AppStoreMicroApp) GetCategory() string

func (*AppStoreMicroApp) GetContainerId

func (m *AppStoreMicroApp) GetContainerId() string

func (*AppStoreMicroApp) GetDescription

func (m *AppStoreMicroApp) GetDescription() string

func (*AppStoreMicroApp) GetHomepage

func (m *AppStoreMicroApp) GetHomepage() string

func (*AppStoreMicroApp) GetIcons

func (*AppStoreMicroApp) GetId

func (m *AppStoreMicroApp) GetId() string

func (*AppStoreMicroApp) GetIntro

func (m *AppStoreMicroApp) GetIntro() string

func (*AppStoreMicroApp) GetName

func (m *AppStoreMicroApp) GetName() string

func (*AppStoreMicroApp) GetPreview

func (m *AppStoreMicroApp) GetPreview() []string

func (*AppStoreMicroApp) ProtoMessage

func (*AppStoreMicroApp) ProtoMessage()

func (*AppStoreMicroApp) Reset

func (m *AppStoreMicroApp) Reset()

func (*AppStoreMicroApp) String

func (m *AppStoreMicroApp) String() string

func (*AppStoreMicroApp) Validate

func (this *AppStoreMicroApp) Validate() error

func (*AppStoreMicroApp) XXX_DiscardUnknown

func (m *AppStoreMicroApp) XXX_DiscardUnknown()

func (*AppStoreMicroApp) XXX_Marshal

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

func (*AppStoreMicroApp) XXX_Merge

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

func (*AppStoreMicroApp) XXX_Size

func (m *AppStoreMicroApp) XXX_Size() int

func (*AppStoreMicroApp) XXX_Unmarshal

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

type AppStoreMicroApp_Icons

type AppStoreMicroApp_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 (*AppStoreMicroApp_Icons) Descriptor

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

func (*AppStoreMicroApp_Icons) GetLarge

func (m *AppStoreMicroApp_Icons) GetLarge() string

func (*AppStoreMicroApp_Icons) ProtoMessage

func (*AppStoreMicroApp_Icons) ProtoMessage()

func (*AppStoreMicroApp_Icons) Reset

func (m *AppStoreMicroApp_Icons) Reset()

func (*AppStoreMicroApp_Icons) String

func (m *AppStoreMicroApp_Icons) String() string

func (*AppStoreMicroApp_Icons) Validate

func (this *AppStoreMicroApp_Icons) Validate() error

func (*AppStoreMicroApp_Icons) XXX_DiscardUnknown

func (m *AppStoreMicroApp_Icons) XXX_DiscardUnknown()

func (*AppStoreMicroApp_Icons) XXX_Marshal

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

func (*AppStoreMicroApp_Icons) XXX_Merge

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

func (*AppStoreMicroApp_Icons) XXX_Size

func (m *AppStoreMicroApp_Icons) XXX_Size() int

func (*AppStoreMicroApp_Icons) XXX_Unmarshal

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

type AppVersion

type AppVersion struct {
	//
	//版本实例id
	VersionId string `protobuf:"bytes,1,opt,name=versionId,proto3" json:"versionId" form:"versionId"`
	//
	//小产品名称+版本组合的唯一id
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	//
	//版本名称
	VersionName string `protobuf:"bytes,3,opt,name=versionName,proto3" json:"versionName" form:"versionName"`
	//
	//版本变更记录
	ChangeLog string `protobuf:"bytes,4,opt,name=changeLog,proto3" json:"changeLog" form:"changeLog"`
	//
	//版本发布时间
	ReleaseTime string `protobuf:"bytes,5,opt,name=releaseTime,proto3" json:"releaseTime" form:"releaseTime"`
	//
	//依赖包列表
	Dependencies         []*AppVersion_Dependencies `protobuf:"bytes,6,rep,name=dependencies,proto3" json:"dependencies" form:"dependencies"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

小产品版本

func (*AppVersion) Descriptor

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

func (*AppVersion) GetChangeLog

func (m *AppVersion) GetChangeLog() string

func (*AppVersion) GetDependencies

func (m *AppVersion) GetDependencies() []*AppVersion_Dependencies

func (*AppVersion) GetName

func (m *AppVersion) GetName() string

func (*AppVersion) GetReleaseTime

func (m *AppVersion) GetReleaseTime() string

func (*AppVersion) GetVersionId

func (m *AppVersion) GetVersionId() string

func (*AppVersion) GetVersionName

func (m *AppVersion) GetVersionName() string

func (*AppVersion) ProtoMessage

func (*AppVersion) ProtoMessage()

func (*AppVersion) Reset

func (m *AppVersion) Reset()

func (*AppVersion) String

func (m *AppVersion) String() string

func (*AppVersion) Validate

func (this *AppVersion) Validate() error

func (*AppVersion) XXX_DiscardUnknown

func (m *AppVersion) XXX_DiscardUnknown()

func (*AppVersion) XXX_Marshal

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

func (*AppVersion) XXX_Merge

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

func (*AppVersion) XXX_Size

func (m *AppVersion) XXX_Size() int

func (*AppVersion) XXX_Unmarshal

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

type AppVersion_Dependencies

type AppVersion_Dependencies struct {
	//
	//依赖组件
	PackageName string `protobuf:"bytes,1,opt,name=packageName,proto3" json:"packageName" form:"packageName"`
	//
	//依赖版本semver约束
	Constraint           string   `protobuf:"bytes,2,opt,name=constraint,proto3" json:"constraint" form:"constraint"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppVersion_Dependencies) Descriptor

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

func (*AppVersion_Dependencies) GetConstraint

func (m *AppVersion_Dependencies) GetConstraint() string

func (*AppVersion_Dependencies) GetPackageName

func (m *AppVersion_Dependencies) GetPackageName() string

func (*AppVersion_Dependencies) ProtoMessage

func (*AppVersion_Dependencies) ProtoMessage()

func (*AppVersion_Dependencies) Reset

func (m *AppVersion_Dependencies) Reset()

func (*AppVersion_Dependencies) String

func (m *AppVersion_Dependencies) String() string

func (*AppVersion_Dependencies) Validate

func (this *AppVersion_Dependencies) Validate() error

func (*AppVersion_Dependencies) XXX_DiscardUnknown

func (m *AppVersion_Dependencies) XXX_DiscardUnknown()

func (*AppVersion_Dependencies) XXX_Marshal

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

func (*AppVersion_Dependencies) XXX_Merge

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

func (*AppVersion_Dependencies) XXX_Size

func (m *AppVersion_Dependencies) XXX_Size() int

func (*AppVersion_Dependencies) XXX_Unmarshal

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

type ProductLine

type ProductLine struct {
	//
	//实例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"`
	//
	//图标
	Icon                 *ProductLine_Icon `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon" form:"icon"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

产品线

func (*ProductLine) Descriptor

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

func (*ProductLine) GetIcon

func (m *ProductLine) GetIcon() *ProductLine_Icon

func (*ProductLine) GetInstanceId

func (m *ProductLine) GetInstanceId() string

func (*ProductLine) GetName

func (m *ProductLine) GetName() string

func (*ProductLine) ProtoMessage

func (*ProductLine) ProtoMessage()

func (*ProductLine) Reset

func (m *ProductLine) Reset()

func (*ProductLine) String

func (m *ProductLine) String() string

func (*ProductLine) Validate

func (this *ProductLine) Validate() error

func (*ProductLine) XXX_DiscardUnknown

func (m *ProductLine) XXX_DiscardUnknown()

func (*ProductLine) XXX_Marshal

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

func (*ProductLine) XXX_Merge

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

func (*ProductLine) XXX_Size

func (m *ProductLine) XXX_Size() int

func (*ProductLine) XXX_Unmarshal

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

type ProductLine_Icon

type ProductLine_Icon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//图标url
	Icon                 string   `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon" form:"icon"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProductLine_Icon) Descriptor

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

func (*ProductLine_Icon) GetIcon

func (m *ProductLine_Icon) GetIcon() string

func (*ProductLine_Icon) GetLib

func (m *ProductLine_Icon) GetLib() string

func (*ProductLine_Icon) ProtoMessage

func (*ProductLine_Icon) ProtoMessage()

func (*ProductLine_Icon) Reset

func (m *ProductLine_Icon) Reset()

func (*ProductLine_Icon) String

func (m *ProductLine_Icon) String() string

func (*ProductLine_Icon) Validate

func (this *ProductLine_Icon) Validate() error

func (*ProductLine_Icon) XXX_DiscardUnknown

func (m *ProductLine_Icon) XXX_DiscardUnknown()

func (*ProductLine_Icon) XXX_Marshal

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

func (*ProductLine_Icon) XXX_Merge

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

func (*ProductLine_Icon) XXX_Size

func (m *ProductLine_Icon) XXX_Size() int

func (*ProductLine_Icon) XXX_Unmarshal

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

type ReleasePackage

type ReleasePackage struct {
	//
	//包名称称+版本组合的唯一id
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//包名
	PackageName string `protobuf:"bytes,2,opt,name=packageName,proto3" json:"packageName" form:"packageName"`
	//
	//版本名
	VersionName string `protobuf:"bytes,3,opt,name=versionName,proto3" json:"versionName" form:"versionName"`
	//
	//包Id
	PackageId string `protobuf:"bytes,4,opt,name=packageId,proto3" json:"packageId" form:"packageId"`
	//
	//版本Id
	VersionId string `protobuf:"bytes,5,opt,name=versionId,proto3" json:"versionId" form:"versionId"`
	//
	//下载地址
	DownloadUrl string `protobuf:"bytes,6,opt,name=downloadUrl,proto3" json:"downloadUrl" form:"downloadUrl"`
	//
	//程序包所属分组
	Group                string   `protobuf:"bytes,7,opt,name=group,proto3" json:"group" form:"group"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

发布的包信息

func (*ReleasePackage) Descriptor

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

func (*ReleasePackage) GetDownloadUrl

func (m *ReleasePackage) GetDownloadUrl() string

func (*ReleasePackage) GetGroup

func (m *ReleasePackage) GetGroup() string

func (*ReleasePackage) GetName

func (m *ReleasePackage) GetName() string

func (*ReleasePackage) GetPackageId

func (m *ReleasePackage) GetPackageId() string

func (*ReleasePackage) GetPackageName

func (m *ReleasePackage) GetPackageName() string

func (*ReleasePackage) GetVersionId

func (m *ReleasePackage) GetVersionId() string

func (*ReleasePackage) GetVersionName

func (m *ReleasePackage) GetVersionName() string

func (*ReleasePackage) ProtoMessage

func (*ReleasePackage) ProtoMessage()

func (*ReleasePackage) Reset

func (m *ReleasePackage) Reset()

func (*ReleasePackage) String

func (m *ReleasePackage) String() string

func (*ReleasePackage) Validate

func (this *ReleasePackage) Validate() error

func (*ReleasePackage) XXX_DiscardUnknown

func (m *ReleasePackage) XXX_DiscardUnknown()

func (*ReleasePackage) XXX_Marshal

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

func (*ReleasePackage) XXX_Merge

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

func (*ReleasePackage) XXX_Size

func (m *ReleasePackage) XXX_Size() int

func (*ReleasePackage) XXX_Unmarshal

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

type Solution

type Solution struct {
	//
	//实例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"`
	//
	//markdown格式的内容
	Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content" form:"content"`
	//
	//轮播图片
	Thumbnail string `protobuf:"bytes,4,opt,name=thumbnail,proto3" json:"thumbnail" form:"thumbnail"`
	//
	//简介
	Brief string `protobuf:"bytes,5,opt,name=brief,proto3" json:"brief" form:"brief"`
	//
	//图标
	Icon                 *Solution_Icon `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon" form:"icon"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

解决方案

func (*Solution) Descriptor

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

func (*Solution) GetBrief

func (m *Solution) GetBrief() string

func (*Solution) GetContent

func (m *Solution) GetContent() string

func (*Solution) GetIcon

func (m *Solution) GetIcon() *Solution_Icon

func (*Solution) GetInstanceId

func (m *Solution) GetInstanceId() string

func (*Solution) GetName

func (m *Solution) GetName() string

func (*Solution) GetThumbnail

func (m *Solution) GetThumbnail() string

func (*Solution) ProtoMessage

func (*Solution) ProtoMessage()

func (*Solution) Reset

func (m *Solution) Reset()

func (*Solution) String

func (m *Solution) String() string

func (*Solution) Validate

func (this *Solution) Validate() error

func (*Solution) XXX_DiscardUnknown

func (m *Solution) XXX_DiscardUnknown()

func (*Solution) XXX_Marshal

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

func (*Solution) XXX_Merge

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

func (*Solution) XXX_Size

func (m *Solution) XXX_Size() int

func (*Solution) XXX_Unmarshal

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

type Solution_Icon

type Solution_Icon struct {
	//
	//图标库
	Lib string `protobuf:"bytes,1,opt,name=lib,proto3" json:"lib" form:"lib"`
	//
	//图标url
	Icon                 string   `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon" form:"icon"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Solution_Icon) Descriptor

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

func (*Solution_Icon) GetIcon

func (m *Solution_Icon) GetIcon() string

func (*Solution_Icon) GetLib

func (m *Solution_Icon) GetLib() string

func (*Solution_Icon) ProtoMessage

func (*Solution_Icon) ProtoMessage()

func (*Solution_Icon) Reset

func (m *Solution_Icon) Reset()

func (*Solution_Icon) String

func (m *Solution_Icon) String() string

func (*Solution_Icon) Validate

func (this *Solution_Icon) Validate() error

func (*Solution_Icon) XXX_DiscardUnknown

func (m *Solution_Icon) XXX_DiscardUnknown()

func (*Solution_Icon) XXX_Marshal

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

func (*Solution_Icon) XXX_Merge

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

func (*Solution_Icon) XXX_Size

func (m *Solution_Icon) XXX_Size() int

func (*Solution_Icon) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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