proto

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_apkpure_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApkPureApplicationDownload

type ApkPureApplicationDownload struct {
	ExpiryDate string `protobuf:"bytes,1,opt,name=expiryDate,proto3" json:"expiryDate,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Sha1       string `protobuf:"bytes,3,opt,name=sha1,proto3" json:"sha1,omitempty"`
	Size       int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	TorrentUrl string `protobuf:"bytes,6,opt,name=torrentUrl,proto3" json:"torrentUrl,omitempty"`
	TrackerUrl string `protobuf:"bytes,7,opt,name=trackerUrl,proto3" json:"trackerUrl,omitempty"`
	Type       string `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	Url        string `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"`
	ExpireData int64  `protobuf:"varint,12,opt,name=expireData,proto3" json:"expireData,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureApplicationDownload) Descriptor deprecated

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

Deprecated: Use ApkPureApplicationDownload.ProtoReflect.Descriptor instead.

func (*ApkPureApplicationDownload) GetExpireData

func (x *ApkPureApplicationDownload) GetExpireData() int64

func (*ApkPureApplicationDownload) GetExpiryDate

func (x *ApkPureApplicationDownload) GetExpiryDate() string

func (*ApkPureApplicationDownload) GetName

func (x *ApkPureApplicationDownload) GetName() string

func (*ApkPureApplicationDownload) GetSha1

func (x *ApkPureApplicationDownload) GetSha1() string

func (*ApkPureApplicationDownload) GetSize

func (x *ApkPureApplicationDownload) GetSize() int64

func (*ApkPureApplicationDownload) GetTorrentUrl

func (x *ApkPureApplicationDownload) GetTorrentUrl() string

func (*ApkPureApplicationDownload) GetTrackerUrl

func (x *ApkPureApplicationDownload) GetTrackerUrl() string

func (*ApkPureApplicationDownload) GetType

func (x *ApkPureApplicationDownload) GetType() string

func (*ApkPureApplicationDownload) GetUrl

func (x *ApkPureApplicationDownload) GetUrl() string

func (*ApkPureApplicationDownload) ProtoMessage

func (*ApkPureApplicationDownload) ProtoMessage()

func (*ApkPureApplicationDownload) ProtoReflect

func (*ApkPureApplicationDownload) Reset

func (x *ApkPureApplicationDownload) Reset()

func (*ApkPureApplicationDownload) String

func (x *ApkPureApplicationDownload) String() string

type ApkPureApplicationSearchResult

type ApkPureApplicationSearchResult struct {
	Data *ApkPureApplicationVersionData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureApplicationSearchResult) Descriptor deprecated

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

Deprecated: Use ApkPureApplicationSearchResult.ProtoReflect.Descriptor instead.

func (*ApkPureApplicationSearchResult) GetData

func (*ApkPureApplicationSearchResult) ProtoMessage

func (*ApkPureApplicationSearchResult) ProtoMessage()

func (*ApkPureApplicationSearchResult) ProtoReflect

func (*ApkPureApplicationSearchResult) Reset

func (x *ApkPureApplicationSearchResult) Reset()

func (*ApkPureApplicationSearchResult) String

type ApkPureApplicationVersion

type ApkPureApplicationVersion struct {
	MessageType string                          `protobuf:"bytes,1,opt,name=messageType,proto3" json:"messageType,omitempty"`
	Result      *ApkPureApplicationSearchResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureApplicationVersion) Descriptor deprecated

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

Deprecated: Use ApkPureApplicationVersion.ProtoReflect.Descriptor instead.

func (*ApkPureApplicationVersion) GetMessageType

func (x *ApkPureApplicationVersion) GetMessageType() string

func (*ApkPureApplicationVersion) GetResult

func (*ApkPureApplicationVersion) ProtoMessage

func (*ApkPureApplicationVersion) ProtoMessage()

func (*ApkPureApplicationVersion) ProtoReflect

func (*ApkPureApplicationVersion) Reset

func (x *ApkPureApplicationVersion) Reset()

func (*ApkPureApplicationVersion) String

func (x *ApkPureApplicationVersion) String() string

type ApkPureApplicationVersionData

type ApkPureApplicationVersionData struct {
	Name         string                      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName  string                      `protobuf:"bytes,2,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Package      string                      `protobuf:"bytes,4,opt,name=package,proto3" json:"package,omitempty"`
	MinorVersion string                      `protobuf:"bytes,5,opt,name=minorVersion,proto3" json:"minorVersion,omitempty"`
	Version      string                      `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	Hash         string                      `protobuf:"bytes,7,opt,name=hash,proto3" json:"hash,omitempty"`
	Description  string                      `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"`
	PatchNotes   string                      `protobuf:"bytes,11,opt,name=patchNotes,proto3" json:"patchNotes,omitempty"`
	Status       string                      `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"`
	Developer    string                      `protobuf:"bytes,13,opt,name=developer,proto3" json:"developer,omitempty"`
	Download     *ApkPureApplicationDownload `protobuf:"bytes,24,opt,name=download,proto3" json:"download,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureApplicationVersionData) Descriptor deprecated

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

Deprecated: Use ApkPureApplicationVersionData.ProtoReflect.Descriptor instead.

func (*ApkPureApplicationVersionData) GetDescription

func (x *ApkPureApplicationVersionData) GetDescription() string

func (*ApkPureApplicationVersionData) GetDeveloper

func (x *ApkPureApplicationVersionData) GetDeveloper() string

func (*ApkPureApplicationVersionData) GetDisplayName

func (x *ApkPureApplicationVersionData) GetDisplayName() string

func (*ApkPureApplicationVersionData) GetDownload

func (*ApkPureApplicationVersionData) GetHash

func (*ApkPureApplicationVersionData) GetMinorVersion

func (x *ApkPureApplicationVersionData) GetMinorVersion() string

func (*ApkPureApplicationVersionData) GetName

func (*ApkPureApplicationVersionData) GetPackage

func (x *ApkPureApplicationVersionData) GetPackage() string

func (*ApkPureApplicationVersionData) GetPatchNotes

func (x *ApkPureApplicationVersionData) GetPatchNotes() string

func (*ApkPureApplicationVersionData) GetStatus

func (x *ApkPureApplicationVersionData) GetStatus() string

func (*ApkPureApplicationVersionData) GetVersion

func (x *ApkPureApplicationVersionData) GetVersion() string

func (*ApkPureApplicationVersionData) ProtoMessage

func (*ApkPureApplicationVersionData) ProtoMessage()

func (*ApkPureApplicationVersionData) ProtoReflect

func (*ApkPureApplicationVersionData) Reset

func (x *ApkPureApplicationVersionData) Reset()

func (*ApkPureApplicationVersionData) String

type ApkPureResponse

type ApkPureResponse struct {
	Data *ApkPureResponseData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureResponse) Descriptor deprecated

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

Deprecated: Use ApkPureResponse.ProtoReflect.Descriptor instead.

func (*ApkPureResponse) GetData

func (x *ApkPureResponse) GetData() *ApkPureResponseData

func (*ApkPureResponse) ProtoMessage

func (*ApkPureResponse) ProtoMessage()

func (*ApkPureResponse) ProtoReflect

func (x *ApkPureResponse) ProtoReflect() protoreflect.Message

func (*ApkPureResponse) Reset

func (x *ApkPureResponse) Reset()

func (*ApkPureResponse) String

func (x *ApkPureResponse) String() string

type ApkPureResponseData

type ApkPureResponseData struct {
	Detail *ApkPureResponseDetail `protobuf:"bytes,7,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureResponseData) Descriptor deprecated

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

Deprecated: Use ApkPureResponseData.ProtoReflect.Descriptor instead.

func (*ApkPureResponseData) GetDetail

func (*ApkPureResponseData) ProtoMessage

func (*ApkPureResponseData) ProtoMessage()

func (*ApkPureResponseData) ProtoReflect

func (x *ApkPureResponseData) ProtoReflect() protoreflect.Message

func (*ApkPureResponseData) Reset

func (x *ApkPureResponseData) Reset()

func (*ApkPureResponseData) String

func (x *ApkPureResponseData) String() string

type ApkPureResponseDetail

type ApkPureResponseDetail struct {
	ApplicationVersion []*ApkPureApplicationVersion `protobuf:"bytes,2,rep,name=applicationVersion,proto3" json:"applicationVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*ApkPureResponseDetail) Descriptor deprecated

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

Deprecated: Use ApkPureResponseDetail.ProtoReflect.Descriptor instead.

func (*ApkPureResponseDetail) GetApplicationVersion

func (x *ApkPureResponseDetail) GetApplicationVersion() []*ApkPureApplicationVersion

func (*ApkPureResponseDetail) ProtoMessage

func (*ApkPureResponseDetail) ProtoMessage()

func (*ApkPureResponseDetail) ProtoReflect

func (x *ApkPureResponseDetail) ProtoReflect() protoreflect.Message

func (*ApkPureResponseDetail) Reset

func (x *ApkPureResponseDetail) Reset()

func (*ApkPureResponseDetail) String

func (x *ApkPureResponseDetail) String() string

Jump to

Keyboard shortcuts

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