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 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 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                 *app_store.AppStoreMicroApp `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 (*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 DeleteAppStoreMicroAppRequest

type DeleteAppStoreMicroAppRequest 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:"-"`
}

DeleteAppStoreMicroApp请求

func (*DeleteAppStoreMicroAppRequest) Descriptor

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

func (*DeleteAppStoreMicroAppRequest) GetAppId

func (m *DeleteAppStoreMicroAppRequest) GetAppId() string

func (*DeleteAppStoreMicroAppRequest) ProtoMessage

func (*DeleteAppStoreMicroAppRequest) ProtoMessage()

func (*DeleteAppStoreMicroAppRequest) Reset

func (m *DeleteAppStoreMicroAppRequest) Reset()

func (*DeleteAppStoreMicroAppRequest) String

func (*DeleteAppStoreMicroAppRequest) Validate

func (this *DeleteAppStoreMicroAppRequest) Validate() error

func (*DeleteAppStoreMicroAppRequest) XXX_DiscardUnknown

func (m *DeleteAppStoreMicroAppRequest) XXX_DiscardUnknown()

func (*DeleteAppStoreMicroAppRequest) XXX_Marshal

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

func (*DeleteAppStoreMicroAppRequest) XXX_Merge

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

func (*DeleteAppStoreMicroAppRequest) XXX_Size

func (m *DeleteAppStoreMicroAppRequest) XXX_Size() int

func (*DeleteAppStoreMicroAppRequest) XXX_Unmarshal

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

type DeleteAppStoreMicroAppResponseWrapper

type DeleteAppStoreMicroAppResponseWrapper 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:"-"`
}

DeleteAppStoreMicroAppApi返回

func (*DeleteAppStoreMicroAppResponseWrapper) Descriptor

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

func (*DeleteAppStoreMicroAppResponseWrapper) GetCode

func (*DeleteAppStoreMicroAppResponseWrapper) GetCodeExplain

func (m *DeleteAppStoreMicroAppResponseWrapper) GetCodeExplain() string

func (*DeleteAppStoreMicroAppResponseWrapper) GetData

func (*DeleteAppStoreMicroAppResponseWrapper) GetError

func (*DeleteAppStoreMicroAppResponseWrapper) ProtoMessage

func (*DeleteAppStoreMicroAppResponseWrapper) ProtoMessage()

func (*DeleteAppStoreMicroAppResponseWrapper) Reset

func (*DeleteAppStoreMicroAppResponseWrapper) String

func (*DeleteAppStoreMicroAppResponseWrapper) Validate

func (*DeleteAppStoreMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *DeleteAppStoreMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*DeleteAppStoreMicroAppResponseWrapper) XXX_Marshal

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

func (*DeleteAppStoreMicroAppResponseWrapper) XXX_Merge

func (*DeleteAppStoreMicroAppResponseWrapper) XXX_Size

func (*DeleteAppStoreMicroAppResponseWrapper) XXX_Unmarshal

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

type GetAppStoreMicroAppRequest

type GetAppStoreMicroAppRequest 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:"-"`
}

GetAppStoreMicroApp请求

func (*GetAppStoreMicroAppRequest) Descriptor

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

func (*GetAppStoreMicroAppRequest) GetAppId

func (m *GetAppStoreMicroAppRequest) GetAppId() string

func (*GetAppStoreMicroAppRequest) ProtoMessage

func (*GetAppStoreMicroAppRequest) ProtoMessage()

func (*GetAppStoreMicroAppRequest) Reset

func (m *GetAppStoreMicroAppRequest) Reset()

func (*GetAppStoreMicroAppRequest) String

func (m *GetAppStoreMicroAppRequest) String() string

func (*GetAppStoreMicroAppRequest) Validate

func (this *GetAppStoreMicroAppRequest) Validate() error

func (*GetAppStoreMicroAppRequest) XXX_DiscardUnknown

func (m *GetAppStoreMicroAppRequest) XXX_DiscardUnknown()

func (*GetAppStoreMicroAppRequest) XXX_Marshal

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

func (*GetAppStoreMicroAppRequest) XXX_Merge

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

func (*GetAppStoreMicroAppRequest) XXX_Size

func (m *GetAppStoreMicroAppRequest) XXX_Size() int

func (*GetAppStoreMicroAppRequest) XXX_Unmarshal

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

type GetAppStoreMicroAppResponse

type GetAppStoreMicroAppResponse struct {
	//
	//当前版本
	CurrentVersion *app_store.AppVersion `protobuf:"bytes,1,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//关联产品线列表
	ProductLines []*app_store.ProductLine `protobuf:"bytes,2,rep,name=productLines,proto3" json:"productLines" form:"productLines"`
	//
	//关联解决方案列表
	Solutions []*app_store.Solution `protobuf:"bytes,3,rep,name=solutions,proto3" json:"solutions" form:"solutions"`
	//
	//小产品名称
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id" form:"id"`
	//
	//图标url
	Icons *GetAppStoreMicroAppResponse_Icons `protobuf:"bytes,6,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品概要介绍
	Intro string `protobuf:"bytes,7,opt,name=intro,proto3" json:"intro" form:"intro"`
	//
	//功能预览
	Preview []string `protobuf:"bytes,8,rep,name=preview,proto3" json:"preview" form:"preview"`
	//
	//功能详细介绍
	Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description" form:"description"`
	//
	//首页路径
	Homepage string `protobuf:"bytes,10,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//小产品分类
	Category string `protobuf:"bytes,11,opt,name=category,proto3" json:"category" form:"category"`
	//
	//所属桌面Id
	ContainerId          string   `protobuf:"bytes,12,opt,name=containerId,proto3" json:"containerId" form:"containerId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetAppStoreMicroApp返回

func (*GetAppStoreMicroAppResponse) Descriptor

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

func (*GetAppStoreMicroAppResponse) GetCategory

func (m *GetAppStoreMicroAppResponse) GetCategory() string

func (*GetAppStoreMicroAppResponse) GetContainerId

func (m *GetAppStoreMicroAppResponse) GetContainerId() string

func (*GetAppStoreMicroAppResponse) GetCurrentVersion

func (m *GetAppStoreMicroAppResponse) GetCurrentVersion() *app_store.AppVersion

func (*GetAppStoreMicroAppResponse) GetDescription

func (m *GetAppStoreMicroAppResponse) GetDescription() string

func (*GetAppStoreMicroAppResponse) GetHomepage

func (m *GetAppStoreMicroAppResponse) GetHomepage() string

func (*GetAppStoreMicroAppResponse) GetIcons

func (*GetAppStoreMicroAppResponse) GetId

func (*GetAppStoreMicroAppResponse) GetIntro

func (m *GetAppStoreMicroAppResponse) GetIntro() string

func (*GetAppStoreMicroAppResponse) GetName

func (m *GetAppStoreMicroAppResponse) GetName() string

func (*GetAppStoreMicroAppResponse) GetPreview

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

func (*GetAppStoreMicroAppResponse) GetProductLines

func (m *GetAppStoreMicroAppResponse) GetProductLines() []*app_store.ProductLine

func (*GetAppStoreMicroAppResponse) GetSolutions

func (m *GetAppStoreMicroAppResponse) GetSolutions() []*app_store.Solution

func (*GetAppStoreMicroAppResponse) ProtoMessage

func (*GetAppStoreMicroAppResponse) ProtoMessage()

func (*GetAppStoreMicroAppResponse) Reset

func (m *GetAppStoreMicroAppResponse) Reset()

func (*GetAppStoreMicroAppResponse) String

func (m *GetAppStoreMicroAppResponse) String() string

func (*GetAppStoreMicroAppResponse) Validate

func (this *GetAppStoreMicroAppResponse) Validate() error

func (*GetAppStoreMicroAppResponse) XXX_DiscardUnknown

func (m *GetAppStoreMicroAppResponse) XXX_DiscardUnknown()

func (*GetAppStoreMicroAppResponse) XXX_Marshal

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

func (*GetAppStoreMicroAppResponse) XXX_Merge

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

func (*GetAppStoreMicroAppResponse) XXX_Size

func (m *GetAppStoreMicroAppResponse) XXX_Size() int

func (*GetAppStoreMicroAppResponse) XXX_Unmarshal

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

type GetAppStoreMicroAppResponseWrapper

type GetAppStoreMicroAppResponseWrapper 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                 *GetAppStoreMicroAppResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

GetAppStoreMicroAppApi返回

func (*GetAppStoreMicroAppResponseWrapper) Descriptor

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

func (*GetAppStoreMicroAppResponseWrapper) GetCode

func (*GetAppStoreMicroAppResponseWrapper) GetCodeExplain

func (m *GetAppStoreMicroAppResponseWrapper) GetCodeExplain() string

func (*GetAppStoreMicroAppResponseWrapper) GetData

func (*GetAppStoreMicroAppResponseWrapper) GetError

func (*GetAppStoreMicroAppResponseWrapper) ProtoMessage

func (*GetAppStoreMicroAppResponseWrapper) ProtoMessage()

func (*GetAppStoreMicroAppResponseWrapper) Reset

func (*GetAppStoreMicroAppResponseWrapper) String

func (*GetAppStoreMicroAppResponseWrapper) Validate

func (this *GetAppStoreMicroAppResponseWrapper) Validate() error

func (*GetAppStoreMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *GetAppStoreMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*GetAppStoreMicroAppResponseWrapper) XXX_Marshal

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

func (*GetAppStoreMicroAppResponseWrapper) XXX_Merge

func (*GetAppStoreMicroAppResponseWrapper) XXX_Size

func (*GetAppStoreMicroAppResponseWrapper) XXX_Unmarshal

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

type GetAppStoreMicroAppResponse_Icons

type GetAppStoreMicroAppResponse_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 (*GetAppStoreMicroAppResponse_Icons) Descriptor

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

func (*GetAppStoreMicroAppResponse_Icons) GetLarge

func (*GetAppStoreMicroAppResponse_Icons) ProtoMessage

func (*GetAppStoreMicroAppResponse_Icons) ProtoMessage()

func (*GetAppStoreMicroAppResponse_Icons) Reset

func (*GetAppStoreMicroAppResponse_Icons) String

func (*GetAppStoreMicroAppResponse_Icons) Validate

func (this *GetAppStoreMicroAppResponse_Icons) Validate() error

func (*GetAppStoreMicroAppResponse_Icons) XXX_DiscardUnknown

func (m *GetAppStoreMicroAppResponse_Icons) XXX_DiscardUnknown()

func (*GetAppStoreMicroAppResponse_Icons) XXX_Marshal

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

func (*GetAppStoreMicroAppResponse_Icons) XXX_Merge

func (*GetAppStoreMicroAppResponse_Icons) XXX_Size

func (m *GetAppStoreMicroAppResponse_Icons) XXX_Size() int

func (*GetAppStoreMicroAppResponse_Icons) XXX_Unmarshal

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

type GetRelatedPackagesRequest

type GetRelatedPackagesRequest 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"`
	//
	//小产品id
	AppId                string   `protobuf:"bytes,3,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:"-"`
}

GetRelatedPackages请求

func (*GetRelatedPackagesRequest) Descriptor

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

func (*GetRelatedPackagesRequest) GetAppId

func (m *GetRelatedPackagesRequest) GetAppId() string

func (*GetRelatedPackagesRequest) GetPage

func (m *GetRelatedPackagesRequest) GetPage() int32

func (*GetRelatedPackagesRequest) GetPageSize

func (m *GetRelatedPackagesRequest) GetPageSize() int32

func (*GetRelatedPackagesRequest) ProtoMessage

func (*GetRelatedPackagesRequest) ProtoMessage()

func (*GetRelatedPackagesRequest) Reset

func (m *GetRelatedPackagesRequest) Reset()

func (*GetRelatedPackagesRequest) String

func (m *GetRelatedPackagesRequest) String() string

func (*GetRelatedPackagesRequest) Validate

func (this *GetRelatedPackagesRequest) Validate() error

func (*GetRelatedPackagesRequest) XXX_DiscardUnknown

func (m *GetRelatedPackagesRequest) XXX_DiscardUnknown()

func (*GetRelatedPackagesRequest) XXX_Marshal

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

func (*GetRelatedPackagesRequest) XXX_Merge

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

func (*GetRelatedPackagesRequest) XXX_Size

func (m *GetRelatedPackagesRequest) XXX_Size() int

func (*GetRelatedPackagesRequest) XXX_Unmarshal

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

type GetRelatedPackagesResponse

type GetRelatedPackagesResponse 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                 []*app_store.ReleasePackage `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

GetRelatedPackages返回

func (*GetRelatedPackagesResponse) Descriptor

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

func (*GetRelatedPackagesResponse) GetList

func (*GetRelatedPackagesResponse) GetPage

func (m *GetRelatedPackagesResponse) GetPage() int32

func (*GetRelatedPackagesResponse) GetPageSize

func (m *GetRelatedPackagesResponse) GetPageSize() int32

func (*GetRelatedPackagesResponse) GetTotal

func (m *GetRelatedPackagesResponse) GetTotal() int32

func (*GetRelatedPackagesResponse) ProtoMessage

func (*GetRelatedPackagesResponse) ProtoMessage()

func (*GetRelatedPackagesResponse) Reset

func (m *GetRelatedPackagesResponse) Reset()

func (*GetRelatedPackagesResponse) String

func (m *GetRelatedPackagesResponse) String() string

func (*GetRelatedPackagesResponse) Validate

func (this *GetRelatedPackagesResponse) Validate() error

func (*GetRelatedPackagesResponse) XXX_DiscardUnknown

func (m *GetRelatedPackagesResponse) XXX_DiscardUnknown()

func (*GetRelatedPackagesResponse) XXX_Marshal

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

func (*GetRelatedPackagesResponse) XXX_Merge

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

func (*GetRelatedPackagesResponse) XXX_Size

func (m *GetRelatedPackagesResponse) XXX_Size() int

func (*GetRelatedPackagesResponse) XXX_Unmarshal

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

type GetRelatedPackagesResponseWrapper

type GetRelatedPackagesResponseWrapper 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                 *GetRelatedPackagesResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

GetRelatedPackagesApi返回

func (*GetRelatedPackagesResponseWrapper) Descriptor

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

func (*GetRelatedPackagesResponseWrapper) GetCode

func (*GetRelatedPackagesResponseWrapper) GetCodeExplain

func (m *GetRelatedPackagesResponseWrapper) GetCodeExplain() string

func (*GetRelatedPackagesResponseWrapper) GetData

func (*GetRelatedPackagesResponseWrapper) GetError

func (*GetRelatedPackagesResponseWrapper) ProtoMessage

func (*GetRelatedPackagesResponseWrapper) ProtoMessage()

func (*GetRelatedPackagesResponseWrapper) Reset

func (*GetRelatedPackagesResponseWrapper) String

func (*GetRelatedPackagesResponseWrapper) Validate

func (this *GetRelatedPackagesResponseWrapper) Validate() error

func (*GetRelatedPackagesResponseWrapper) XXX_DiscardUnknown

func (m *GetRelatedPackagesResponseWrapper) XXX_DiscardUnknown()

func (*GetRelatedPackagesResponseWrapper) XXX_Marshal

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

func (*GetRelatedPackagesResponseWrapper) XXX_Merge

func (*GetRelatedPackagesResponseWrapper) XXX_Size

func (m *GetRelatedPackagesResponseWrapper) XXX_Size() int

func (*GetRelatedPackagesResponseWrapper) XXX_Unmarshal

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

type ListAppStoreMicroAppRequest

type ListAppStoreMicroAppRequest 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 *ListAppStoreMicroAppRequest_Query `protobuf:"bytes,3,opt,name=query,proto3" json:"query" form:"query"`
	//
	//条件查询:按照字段正/倒序 :1表示升序, -1表示降序
	Sort                 *ListAppStoreMicroAppRequest_Sort `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort" form:"sort"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

ListAppStoreMicroApp请求

func (*ListAppStoreMicroAppRequest) Descriptor

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

func (*ListAppStoreMicroAppRequest) GetPage

func (m *ListAppStoreMicroAppRequest) GetPage() int32

func (*ListAppStoreMicroAppRequest) GetPageSize

func (m *ListAppStoreMicroAppRequest) GetPageSize() int32

func (*ListAppStoreMicroAppRequest) GetQuery

func (*ListAppStoreMicroAppRequest) GetSort

func (*ListAppStoreMicroAppRequest) ProtoMessage

func (*ListAppStoreMicroAppRequest) ProtoMessage()

func (*ListAppStoreMicroAppRequest) Reset

func (m *ListAppStoreMicroAppRequest) Reset()

func (*ListAppStoreMicroAppRequest) String

func (m *ListAppStoreMicroAppRequest) String() string

func (*ListAppStoreMicroAppRequest) Validate

func (this *ListAppStoreMicroAppRequest) Validate() error

func (*ListAppStoreMicroAppRequest) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppRequest) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppRequest) XXX_Marshal

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

func (*ListAppStoreMicroAppRequest) XXX_Merge

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

func (*ListAppStoreMicroAppRequest) XXX_Size

func (m *ListAppStoreMicroAppRequest) XXX_Size() int

func (*ListAppStoreMicroAppRequest) XXX_Unmarshal

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

type ListAppStoreMicroAppRequest_Query

type ListAppStoreMicroAppRequest_Query struct {
	//
	//按name搜索,%xx%:模糊匹配,xx%:前缀匹配
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//按id列表查询
	Id []string `protobuf:"bytes,2,rep,name=id,proto3" json:"id" form:"id"`
	//
	//按产品线instanceId查询, 为空表示不按这个条件查
	ProductLineId        string   `protobuf:"bytes,3,opt,name=productLineId,proto3" json:"productLineId" form:"productLineId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAppStoreMicroAppRequest_Query) Descriptor

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

func (*ListAppStoreMicroAppRequest_Query) GetId

func (*ListAppStoreMicroAppRequest_Query) GetName

func (*ListAppStoreMicroAppRequest_Query) GetProductLineId

func (m *ListAppStoreMicroAppRequest_Query) GetProductLineId() string

func (*ListAppStoreMicroAppRequest_Query) ProtoMessage

func (*ListAppStoreMicroAppRequest_Query) ProtoMessage()

func (*ListAppStoreMicroAppRequest_Query) Reset

func (*ListAppStoreMicroAppRequest_Query) String

func (*ListAppStoreMicroAppRequest_Query) Validate

func (this *ListAppStoreMicroAppRequest_Query) Validate() error

func (*ListAppStoreMicroAppRequest_Query) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppRequest_Query) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppRequest_Query) XXX_Marshal

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

func (*ListAppStoreMicroAppRequest_Query) XXX_Merge

func (*ListAppStoreMicroAppRequest_Query) XXX_Size

func (m *ListAppStoreMicroAppRequest_Query) XXX_Size() int

func (*ListAppStoreMicroAppRequest_Query) XXX_Unmarshal

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

type ListAppStoreMicroAppRequest_Sort

type ListAppStoreMicroAppRequest_Sort struct {
	//
	//按name排序,1为升序,-1为降序
	Name                 int32    `protobuf:"varint,1,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAppStoreMicroAppRequest_Sort) Descriptor

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

func (*ListAppStoreMicroAppRequest_Sort) GetName

func (*ListAppStoreMicroAppRequest_Sort) ProtoMessage

func (*ListAppStoreMicroAppRequest_Sort) ProtoMessage()

func (*ListAppStoreMicroAppRequest_Sort) Reset

func (*ListAppStoreMicroAppRequest_Sort) String

func (*ListAppStoreMicroAppRequest_Sort) Validate

func (this *ListAppStoreMicroAppRequest_Sort) Validate() error

func (*ListAppStoreMicroAppRequest_Sort) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppRequest_Sort) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppRequest_Sort) XXX_Marshal

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

func (*ListAppStoreMicroAppRequest_Sort) XXX_Merge

func (*ListAppStoreMicroAppRequest_Sort) XXX_Size

func (m *ListAppStoreMicroAppRequest_Sort) XXX_Size() int

func (*ListAppStoreMicroAppRequest_Sort) XXX_Unmarshal

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

type ListAppStoreMicroAppResponse

type ListAppStoreMicroAppResponse 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                 []*ListAppStoreMicroAppResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

ListAppStoreMicroApp返回

func (*ListAppStoreMicroAppResponse) Descriptor

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

func (*ListAppStoreMicroAppResponse) GetList

func (*ListAppStoreMicroAppResponse) GetPage

func (m *ListAppStoreMicroAppResponse) GetPage() int32

func (*ListAppStoreMicroAppResponse) GetPageSize

func (m *ListAppStoreMicroAppResponse) GetPageSize() int32

func (*ListAppStoreMicroAppResponse) GetTotal

func (m *ListAppStoreMicroAppResponse) GetTotal() int32

func (*ListAppStoreMicroAppResponse) ProtoMessage

func (*ListAppStoreMicroAppResponse) ProtoMessage()

func (*ListAppStoreMicroAppResponse) Reset

func (m *ListAppStoreMicroAppResponse) Reset()

func (*ListAppStoreMicroAppResponse) String

func (*ListAppStoreMicroAppResponse) Validate

func (this *ListAppStoreMicroAppResponse) Validate() error

func (*ListAppStoreMicroAppResponse) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppResponse) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppResponse) XXX_Marshal

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

func (*ListAppStoreMicroAppResponse) XXX_Merge

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

func (*ListAppStoreMicroAppResponse) XXX_Size

func (m *ListAppStoreMicroAppResponse) XXX_Size() int

func (*ListAppStoreMicroAppResponse) XXX_Unmarshal

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

type ListAppStoreMicroAppResponseWrapper

type ListAppStoreMicroAppResponseWrapper 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                 *ListAppStoreMicroAppResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

ListAppStoreMicroAppApi返回

func (*ListAppStoreMicroAppResponseWrapper) Descriptor

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

func (*ListAppStoreMicroAppResponseWrapper) GetCode

func (*ListAppStoreMicroAppResponseWrapper) GetCodeExplain

func (m *ListAppStoreMicroAppResponseWrapper) GetCodeExplain() string

func (*ListAppStoreMicroAppResponseWrapper) GetData

func (*ListAppStoreMicroAppResponseWrapper) GetError

func (*ListAppStoreMicroAppResponseWrapper) ProtoMessage

func (*ListAppStoreMicroAppResponseWrapper) ProtoMessage()

func (*ListAppStoreMicroAppResponseWrapper) Reset

func (*ListAppStoreMicroAppResponseWrapper) String

func (*ListAppStoreMicroAppResponseWrapper) Validate

func (this *ListAppStoreMicroAppResponseWrapper) Validate() error

func (*ListAppStoreMicroAppResponseWrapper) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppResponseWrapper) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppResponseWrapper) XXX_Marshal

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

func (*ListAppStoreMicroAppResponseWrapper) XXX_Merge

func (*ListAppStoreMicroAppResponseWrapper) XXX_Size

func (*ListAppStoreMicroAppResponseWrapper) XXX_Unmarshal

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

type ListAppStoreMicroAppResponse_List

type ListAppStoreMicroAppResponse_List struct {
	//
	//当前版本
	CurrentVersion *app_store.AppVersion `protobuf:"bytes,1,opt,name=currentVersion,proto3" json:"currentVersion" form:"currentVersion"`
	//
	//关联产品线列表
	ProductLines []*app_store.ProductLine `protobuf:"bytes,2,rep,name=productLines,proto3" json:"productLines" form:"productLines"`
	//
	//关联解决方案列表
	Solutions []*app_store.Solution `protobuf:"bytes,3,rep,name=solutions,proto3" json:"solutions" form:"solutions"`
	//
	//小产品名称
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name" form:"name"`
	//
	//小产品id
	Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id" form:"id"`
	//
	//图标url
	Icons *ListAppStoreMicroAppResponse_List_Icons `protobuf:"bytes,6,opt,name=icons,proto3" json:"icons" form:"icons"`
	//
	//小产品概要介绍
	Intro string `protobuf:"bytes,7,opt,name=intro,proto3" json:"intro" form:"intro"`
	//
	//功能预览
	Preview []string `protobuf:"bytes,8,rep,name=preview,proto3" json:"preview" form:"preview"`
	//
	//功能详细介绍
	Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description" form:"description"`
	//
	//首页路径
	Homepage string `protobuf:"bytes,10,opt,name=homepage,proto3" json:"homepage" form:"homepage"`
	//
	//小产品分类
	Category string `protobuf:"bytes,11,opt,name=category,proto3" json:"category" form:"category"`
	//
	//所属桌面Id
	ContainerId          string   `protobuf:"bytes,12,opt,name=containerId,proto3" json:"containerId" form:"containerId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAppStoreMicroAppResponse_List) Descriptor

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

func (*ListAppStoreMicroAppResponse_List) GetCategory

func (m *ListAppStoreMicroAppResponse_List) GetCategory() string

func (*ListAppStoreMicroAppResponse_List) GetContainerId

func (m *ListAppStoreMicroAppResponse_List) GetContainerId() string

func (*ListAppStoreMicroAppResponse_List) GetCurrentVersion

func (m *ListAppStoreMicroAppResponse_List) GetCurrentVersion() *app_store.AppVersion

func (*ListAppStoreMicroAppResponse_List) GetDescription

func (m *ListAppStoreMicroAppResponse_List) GetDescription() string

func (*ListAppStoreMicroAppResponse_List) GetHomepage

func (m *ListAppStoreMicroAppResponse_List) GetHomepage() string

func (*ListAppStoreMicroAppResponse_List) GetIcons

func (*ListAppStoreMicroAppResponse_List) GetId

func (*ListAppStoreMicroAppResponse_List) GetIntro

func (*ListAppStoreMicroAppResponse_List) GetName

func (*ListAppStoreMicroAppResponse_List) GetPreview

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

func (*ListAppStoreMicroAppResponse_List) GetProductLines

func (*ListAppStoreMicroAppResponse_List) GetSolutions

func (*ListAppStoreMicroAppResponse_List) ProtoMessage

func (*ListAppStoreMicroAppResponse_List) ProtoMessage()

func (*ListAppStoreMicroAppResponse_List) Reset

func (*ListAppStoreMicroAppResponse_List) String

func (*ListAppStoreMicroAppResponse_List) Validate

func (this *ListAppStoreMicroAppResponse_List) Validate() error

func (*ListAppStoreMicroAppResponse_List) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppResponse_List) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppResponse_List) XXX_Marshal

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

func (*ListAppStoreMicroAppResponse_List) XXX_Merge

func (*ListAppStoreMicroAppResponse_List) XXX_Size

func (m *ListAppStoreMicroAppResponse_List) XXX_Size() int

func (*ListAppStoreMicroAppResponse_List) XXX_Unmarshal

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

type ListAppStoreMicroAppResponse_List_Icons

type ListAppStoreMicroAppResponse_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 (*ListAppStoreMicroAppResponse_List_Icons) Descriptor

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

func (*ListAppStoreMicroAppResponse_List_Icons) GetLarge

func (*ListAppStoreMicroAppResponse_List_Icons) ProtoMessage

func (*ListAppStoreMicroAppResponse_List_Icons) Reset

func (*ListAppStoreMicroAppResponse_List_Icons) String

func (*ListAppStoreMicroAppResponse_List_Icons) Validate

func (*ListAppStoreMicroAppResponse_List_Icons) XXX_DiscardUnknown

func (m *ListAppStoreMicroAppResponse_List_Icons) XXX_DiscardUnknown()

func (*ListAppStoreMicroAppResponse_List_Icons) XXX_Marshal

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

func (*ListAppStoreMicroAppResponse_List_Icons) XXX_Merge

func (*ListAppStoreMicroAppResponse_List_Icons) XXX_Size

func (*ListAppStoreMicroAppResponse_List_Icons) XXX_Unmarshal

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

type Service

Service is the server API for micro_app service.

Jump to

Keyboard shortcuts

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