Versions in this module Expand all Collapse all v0 v0.1.2 Jun 5, 2025 v0.0.3 Jun 23, 2025 Changes in this version + const Third_AccessURL_FullMethodName + const Third_AuthSign_FullMethodName + const Third_CompleteFormData_FullMethodName + const Third_CompleteMultipartUpload_FullMethodName + const Third_DeleteLogs_FullMethodName + const Third_DeleteOutdatedData_FullMethodName + const Third_FcmUpdateToken_FullMethodName + const Third_InitiateFormData_FullMethodName + const Third_InitiateMultipartUpload_FullMethodName + const Third_PartLimit_FullMethodName + const Third_PartSize_FullMethodName + const Third_SearchLogs_FullMethodName + const Third_SetAppBadge_FullMethodName + const Third_UploadLogs_FullMethodName + var File_third_third_proto protoreflect.FileDescriptor + var Third_ServiceDesc = grpc.ServiceDesc + func RegisterThirdServer(s grpc.ServiceRegistrar, srv ThirdServer) + type AccessURLReq struct + Name string + Query map[string]string + func (*AccessURLReq) Descriptor() ([]byte, []int) + func (*AccessURLReq) ProtoMessage() + func (x *AccessURLReq) GetName() string + func (x *AccessURLReq) GetQuery() map[string]string + func (x *AccessURLReq) ProtoReflect() protoreflect.Message + func (x *AccessURLReq) Reset() + func (x *AccessURLReq) String() string + type AccessURLResp struct + ExpireTime int64 + Url string + func (*AccessURLResp) Descriptor() ([]byte, []int) + func (*AccessURLResp) ProtoMessage() + func (x *AccessURLResp) GetExpireTime() int64 + func (x *AccessURLResp) GetUrl() string + func (x *AccessURLResp) ProtoReflect() protoreflect.Message + func (x *AccessURLResp) Reset() + func (x *AccessURLResp) String() string + type AuthSignParts struct + Header []*KeyValues + Parts []*SignPart + Query []*KeyValues + Url string + func (*AuthSignParts) Descriptor() ([]byte, []int) + func (*AuthSignParts) ProtoMessage() + func (x *AuthSignParts) GetHeader() []*KeyValues + func (x *AuthSignParts) GetParts() []*SignPart + func (x *AuthSignParts) GetQuery() []*KeyValues + func (x *AuthSignParts) GetUrl() string + func (x *AuthSignParts) ProtoReflect() protoreflect.Message + func (x *AuthSignParts) Reset() + func (x *AuthSignParts) String() string + type AuthSignReq struct + PartNumbers []int32 + UploadID string + func (*AuthSignReq) Descriptor() ([]byte, []int) + func (*AuthSignReq) ProtoMessage() + func (x *AuthSignReq) GetPartNumbers() []int32 + func (x *AuthSignReq) GetUploadID() string + func (x *AuthSignReq) ProtoReflect() protoreflect.Message + func (x *AuthSignReq) Reset() + func (x *AuthSignReq) String() string + type AuthSignResp struct + Header []*KeyValues + Parts []*SignPart + Query []*KeyValues + Url string + func (*AuthSignResp) Descriptor() ([]byte, []int) + func (*AuthSignResp) ProtoMessage() + func (x *AuthSignResp) GetHeader() []*KeyValues + func (x *AuthSignResp) GetParts() []*SignPart + func (x *AuthSignResp) GetQuery() []*KeyValues + func (x *AuthSignResp) GetUrl() string + func (x *AuthSignResp) ProtoReflect() protoreflect.Message + func (x *AuthSignResp) Reset() + func (x *AuthSignResp) String() string + type CompleteFormDataReq struct + Id string + UrlPrefix string + func (*CompleteFormDataReq) Descriptor() ([]byte, []int) + func (*CompleteFormDataReq) ProtoMessage() + func (x *CompleteFormDataReq) Check() error + func (x *CompleteFormDataReq) GetId() string + func (x *CompleteFormDataReq) GetUrlPrefix() string + func (x *CompleteFormDataReq) ProtoReflect() protoreflect.Message + func (x *CompleteFormDataReq) Reset() + func (x *CompleteFormDataReq) String() string + type CompleteFormDataResp struct + Url string + func (*CompleteFormDataResp) Descriptor() ([]byte, []int) + func (*CompleteFormDataResp) ProtoMessage() + func (x *CompleteFormDataResp) GetUrl() string + func (x *CompleteFormDataResp) ProtoReflect() protoreflect.Message + func (x *CompleteFormDataResp) Reset() + func (x *CompleteFormDataResp) String() string + type CompleteMultipartUploadReq struct + Cause string + ContentType string + Name string + Parts []string + UploadID string + UrlPrefix string + func (*CompleteMultipartUploadReq) Descriptor() ([]byte, []int) + func (*CompleteMultipartUploadReq) ProtoMessage() + func (x *CompleteMultipartUploadReq) Check() error + func (x *CompleteMultipartUploadReq) GetCause() string + func (x *CompleteMultipartUploadReq) GetContentType() string + func (x *CompleteMultipartUploadReq) GetName() string + func (x *CompleteMultipartUploadReq) GetParts() []string + func (x *CompleteMultipartUploadReq) GetUploadID() string + func (x *CompleteMultipartUploadReq) GetUrlPrefix() string + func (x *CompleteMultipartUploadReq) ProtoReflect() protoreflect.Message + func (x *CompleteMultipartUploadReq) Reset() + func (x *CompleteMultipartUploadReq) String() string + type CompleteMultipartUploadResp struct + Url string + func (*CompleteMultipartUploadResp) Descriptor() ([]byte, []int) + func (*CompleteMultipartUploadResp) ProtoMessage() + func (x *CompleteMultipartUploadResp) GetUrl() string + func (x *CompleteMultipartUploadResp) ProtoReflect() protoreflect.Message + func (x *CompleteMultipartUploadResp) Reset() + func (x *CompleteMultipartUploadResp) String() string + type DeleteLogsReq struct + LogIDs []string + func (*DeleteLogsReq) Descriptor() ([]byte, []int) + func (*DeleteLogsReq) ProtoMessage() + func (x *DeleteLogsReq) GetLogIDs() []string + func (x *DeleteLogsReq) ProtoReflect() protoreflect.Message + func (x *DeleteLogsReq) Reset() + func (x *DeleteLogsReq) String() string + type DeleteLogsResp struct + func (*DeleteLogsResp) Descriptor() ([]byte, []int) + func (*DeleteLogsResp) ProtoMessage() + func (x *DeleteLogsResp) ProtoReflect() protoreflect.Message + func (x *DeleteLogsResp) Reset() + func (x *DeleteLogsResp) String() string + type DeleteOutdatedDataReq struct + ExpireTime int64 + Limit int32 + ObjectGroup []string + func (*DeleteOutdatedDataReq) Descriptor() ([]byte, []int) + func (*DeleteOutdatedDataReq) ProtoMessage() + func (x *DeleteOutdatedDataReq) Check() error + func (x *DeleteOutdatedDataReq) GetExpireTime() int64 + func (x *DeleteOutdatedDataReq) GetLimit() int32 + func (x *DeleteOutdatedDataReq) GetObjectGroup() []string + func (x *DeleteOutdatedDataReq) ProtoReflect() protoreflect.Message + func (x *DeleteOutdatedDataReq) Reset() + func (x *DeleteOutdatedDataReq) String() string + type DeleteOutdatedDataResp struct + Count int32 + func (*DeleteOutdatedDataResp) Descriptor() ([]byte, []int) + func (*DeleteOutdatedDataResp) ProtoMessage() + func (x *DeleteOutdatedDataResp) GetCount() int32 + func (x *DeleteOutdatedDataResp) ProtoReflect() protoreflect.Message + func (x *DeleteOutdatedDataResp) Reset() + func (x *DeleteOutdatedDataResp) String() string + type FcmUpdateTokenReq struct + Account string + ExpireTime int64 + FcmToken string + PlatformID int32 + func (*FcmUpdateTokenReq) Descriptor() ([]byte, []int) + func (*FcmUpdateTokenReq) ProtoMessage() + func (x *FcmUpdateTokenReq) Check() error + func (x *FcmUpdateTokenReq) GetAccount() string + func (x *FcmUpdateTokenReq) GetExpireTime() int64 + func (x *FcmUpdateTokenReq) GetFcmToken() string + func (x *FcmUpdateTokenReq) GetPlatformID() int32 + func (x *FcmUpdateTokenReq) ProtoReflect() protoreflect.Message + func (x *FcmUpdateTokenReq) Reset() + func (x *FcmUpdateTokenReq) String() string + type FcmUpdateTokenResp struct + func (*FcmUpdateTokenResp) Descriptor() ([]byte, []int) + func (*FcmUpdateTokenResp) ProtoMessage() + func (x *FcmUpdateTokenResp) ProtoReflect() protoreflect.Message + func (x *FcmUpdateTokenResp) Reset() + func (x *FcmUpdateTokenResp) String() string + type FileURL struct + Filename string + URL string + func (*FileURL) Descriptor() ([]byte, []int) + func (*FileURL) ProtoMessage() + func (x *FileURL) GetFilename() string + func (x *FileURL) GetURL() string + func (x *FileURL) ProtoReflect() protoreflect.Message + func (x *FileURL) Reset() + func (x *FileURL) String() string + type InitiateFormDataReq struct + Absolute bool + ContentType string + Group string + Millisecond int64 + Name string + Size int64 + func (*InitiateFormDataReq) Descriptor() ([]byte, []int) + func (*InitiateFormDataReq) ProtoMessage() + func (x *InitiateFormDataReq) GetAbsolute() bool + func (x *InitiateFormDataReq) GetContentType() string + func (x *InitiateFormDataReq) GetGroup() string + func (x *InitiateFormDataReq) GetMillisecond() int64 + func (x *InitiateFormDataReq) GetName() string + func (x *InitiateFormDataReq) GetSize() int64 + func (x *InitiateFormDataReq) ProtoReflect() protoreflect.Message + func (x *InitiateFormDataReq) Reset() + func (x *InitiateFormDataReq) String() string + type InitiateFormDataResp struct + Expires int64 + File string + FormData map[string]string + Header []*KeyValues + Id string + SuccessCodes []int32 + Url string + func (*InitiateFormDataResp) Descriptor() ([]byte, []int) + func (*InitiateFormDataResp) ProtoMessage() + func (x *InitiateFormDataResp) GetExpires() int64 + func (x *InitiateFormDataResp) GetFile() string + func (x *InitiateFormDataResp) GetFormData() map[string]string + func (x *InitiateFormDataResp) GetHeader() []*KeyValues + func (x *InitiateFormDataResp) GetId() string + func (x *InitiateFormDataResp) GetSuccessCodes() []int32 + func (x *InitiateFormDataResp) GetUrl() string + func (x *InitiateFormDataResp) ProtoReflect() protoreflect.Message + func (x *InitiateFormDataResp) Reset() + func (x *InitiateFormDataResp) String() string + type InitiateMultipartUploadReq struct + Cause string + ContentType string + Hash string + MaxParts int32 + Name string + PartSize int64 + Size int64 + UrlPrefix string + func (*InitiateMultipartUploadReq) Descriptor() ([]byte, []int) + func (*InitiateMultipartUploadReq) ProtoMessage() + func (x *InitiateMultipartUploadReq) Check() error + func (x *InitiateMultipartUploadReq) GetCause() string + func (x *InitiateMultipartUploadReq) GetContentType() string + func (x *InitiateMultipartUploadReq) GetHash() string + func (x *InitiateMultipartUploadReq) GetMaxParts() int32 + func (x *InitiateMultipartUploadReq) GetName() string + func (x *InitiateMultipartUploadReq) GetPartSize() int64 + func (x *InitiateMultipartUploadReq) GetSize() int64 + func (x *InitiateMultipartUploadReq) GetUrlPrefix() string + func (x *InitiateMultipartUploadReq) ProtoReflect() protoreflect.Message + func (x *InitiateMultipartUploadReq) Reset() + func (x *InitiateMultipartUploadReq) String() string + type InitiateMultipartUploadResp struct + Upload *UploadInfo + Url string + func (*InitiateMultipartUploadResp) Descriptor() ([]byte, []int) + func (*InitiateMultipartUploadResp) ProtoMessage() + func (x *InitiateMultipartUploadResp) GetUpload() *UploadInfo + func (x *InitiateMultipartUploadResp) GetUrl() string + func (x *InitiateMultipartUploadResp) ProtoReflect() protoreflect.Message + func (x *InitiateMultipartUploadResp) Reset() + func (x *InitiateMultipartUploadResp) String() string + type KeyValues struct + Key string + Values []string + func (*KeyValues) Descriptor() ([]byte, []int) + func (*KeyValues) ProtoMessage() + func (x *KeyValues) GetKey() string + func (x *KeyValues) GetValues() []string + func (x *KeyValues) ProtoReflect() protoreflect.Message + func (x *KeyValues) Reset() + func (x *KeyValues) String() string + type LogInfo struct + CreateTime int64 + Ex string + Filename string + LogID string + Nickname string + Platform string + SystemType string + Url string + UserID string + Version string + func (*LogInfo) Descriptor() ([]byte, []int) + func (*LogInfo) ProtoMessage() + func (x *LogInfo) GetCreateTime() int64 + func (x *LogInfo) GetEx() string + func (x *LogInfo) GetFilename() string + func (x *LogInfo) GetLogID() string + func (x *LogInfo) GetNickname() string + func (x *LogInfo) GetPlatform() string + func (x *LogInfo) GetSystemType() string + func (x *LogInfo) GetUrl() string + func (x *LogInfo) GetUserID() string + func (x *LogInfo) GetVersion() string + func (x *LogInfo) ProtoReflect() protoreflect.Message + func (x *LogInfo) Reset() + func (x *LogInfo) String() string + type PartLimitReq struct + func (*PartLimitReq) Descriptor() ([]byte, []int) + func (*PartLimitReq) ProtoMessage() + func (x *PartLimitReq) ProtoReflect() protoreflect.Message + func (x *PartLimitReq) Reset() + func (x *PartLimitReq) String() string + type PartLimitResp struct + MaxNumSize int32 + MaxPartSize int64 + MinPartSize int64 + func (*PartLimitResp) Descriptor() ([]byte, []int) + func (*PartLimitResp) ProtoMessage() + func (x *PartLimitResp) GetMaxNumSize() int32 + func (x *PartLimitResp) GetMaxPartSize() int64 + func (x *PartLimitResp) GetMinPartSize() int64 + func (x *PartLimitResp) ProtoReflect() protoreflect.Message + func (x *PartLimitResp) Reset() + func (x *PartLimitResp) String() string + type PartSizeReq struct + Size int64 + func (*PartSizeReq) Descriptor() ([]byte, []int) + func (*PartSizeReq) ProtoMessage() + func (x *PartSizeReq) GetSize() int64 + func (x *PartSizeReq) ProtoReflect() protoreflect.Message + func (x *PartSizeReq) Reset() + func (x *PartSizeReq) String() string + type PartSizeResp struct + Size int64 + func (*PartSizeResp) Descriptor() ([]byte, []int) + func (*PartSizeResp) ProtoMessage() + func (x *PartSizeResp) GetSize() int64 + func (x *PartSizeResp) ProtoReflect() protoreflect.Message + func (x *PartSizeResp) Reset() + func (x *PartSizeResp) String() string + type SearchLogsReq struct + EndTime int64 + Keyword string + Pagination *sdkws.RequestPagination + StartTime int64 + func (*SearchLogsReq) Descriptor() ([]byte, []int) + func (*SearchLogsReq) ProtoMessage() + func (x *SearchLogsReq) GetEndTime() int64 + func (x *SearchLogsReq) GetKeyword() string + func (x *SearchLogsReq) GetPagination() *sdkws.RequestPagination + func (x *SearchLogsReq) GetStartTime() int64 + func (x *SearchLogsReq) ProtoReflect() protoreflect.Message + func (x *SearchLogsReq) Reset() + func (x *SearchLogsReq) String() string + type SearchLogsResp struct + LogsInfos []*LogInfo + Total uint32 + func (*SearchLogsResp) Descriptor() ([]byte, []int) + func (*SearchLogsResp) ProtoMessage() + func (x *SearchLogsResp) GetLogsInfos() []*LogInfo + func (x *SearchLogsResp) GetTotal() uint32 + func (x *SearchLogsResp) ProtoReflect() protoreflect.Message + func (x *SearchLogsResp) Reset() + func (x *SearchLogsResp) String() string + type SetAppBadgeReq struct + AppUnreadCount int32 + UserID string + func (*SetAppBadgeReq) Descriptor() ([]byte, []int) + func (*SetAppBadgeReq) ProtoMessage() + func (x *SetAppBadgeReq) Check() error + func (x *SetAppBadgeReq) GetAppUnreadCount() int32 + func (x *SetAppBadgeReq) GetUserID() string + func (x *SetAppBadgeReq) ProtoReflect() protoreflect.Message + func (x *SetAppBadgeReq) Reset() + func (x *SetAppBadgeReq) String() string + type SetAppBadgeResp struct + func (*SetAppBadgeResp) Descriptor() ([]byte, []int) + func (*SetAppBadgeResp) ProtoMessage() + func (x *SetAppBadgeResp) ProtoReflect() protoreflect.Message + func (x *SetAppBadgeResp) Reset() + func (x *SetAppBadgeResp) String() string + type SignPart struct + Header []*KeyValues + PartNumber int32 + Query []*KeyValues + Url string + func (*SignPart) Descriptor() ([]byte, []int) + func (*SignPart) ProtoMessage() + func (x *SignPart) GetHeader() []*KeyValues + func (x *SignPart) GetPartNumber() int32 + func (x *SignPart) GetQuery() []*KeyValues + func (x *SignPart) GetUrl() string + func (x *SignPart) ProtoReflect() protoreflect.Message + func (x *SignPart) Reset() + func (x *SignPart) String() string + type ThirdClient interface + AccessURL func(ctx context.Context, in *AccessURLReq, opts ...grpc.CallOption) (*AccessURLResp, error) + AuthSign func(ctx context.Context, in *AuthSignReq, opts ...grpc.CallOption) (*AuthSignResp, error) + CompleteFormData func(ctx context.Context, in *CompleteFormDataReq, opts ...grpc.CallOption) (*CompleteFormDataResp, error) + CompleteMultipartUpload func(ctx context.Context, in *CompleteMultipartUploadReq, opts ...grpc.CallOption) (*CompleteMultipartUploadResp, error) + DeleteLogs func(ctx context.Context, in *DeleteLogsReq, opts ...grpc.CallOption) (*DeleteLogsResp, error) + DeleteOutdatedData func(ctx context.Context, in *DeleteOutdatedDataReq, opts ...grpc.CallOption) (*DeleteOutdatedDataResp, error) + FcmUpdateToken func(ctx context.Context, in *FcmUpdateTokenReq, opts ...grpc.CallOption) (*FcmUpdateTokenResp, error) + InitiateFormData func(ctx context.Context, in *InitiateFormDataReq, opts ...grpc.CallOption) (*InitiateFormDataResp, error) + InitiateMultipartUpload func(ctx context.Context, in *InitiateMultipartUploadReq, opts ...grpc.CallOption) (*InitiateMultipartUploadResp, error) + PartLimit func(ctx context.Context, in *PartLimitReq, opts ...grpc.CallOption) (*PartLimitResp, error) + PartSize func(ctx context.Context, in *PartSizeReq, opts ...grpc.CallOption) (*PartSizeResp, error) + SearchLogs func(ctx context.Context, in *SearchLogsReq, opts ...grpc.CallOption) (*SearchLogsResp, error) + SetAppBadge func(ctx context.Context, in *SetAppBadgeReq, opts ...grpc.CallOption) (*SetAppBadgeResp, error) + UploadLogs func(ctx context.Context, in *UploadLogsReq, opts ...grpc.CallOption) (*UploadLogsResp, error) + func NewThirdClient(cc grpc.ClientConnInterface) ThirdClient + type ThirdServer interface + AccessURL func(context.Context, *AccessURLReq) (*AccessURLResp, error) + AuthSign func(context.Context, *AuthSignReq) (*AuthSignResp, error) + CompleteFormData func(context.Context, *CompleteFormDataReq) (*CompleteFormDataResp, error) + CompleteMultipartUpload func(context.Context, *CompleteMultipartUploadReq) (*CompleteMultipartUploadResp, error) + DeleteLogs func(context.Context, *DeleteLogsReq) (*DeleteLogsResp, error) + DeleteOutdatedData func(context.Context, *DeleteOutdatedDataReq) (*DeleteOutdatedDataResp, error) + FcmUpdateToken func(context.Context, *FcmUpdateTokenReq) (*FcmUpdateTokenResp, error) + InitiateFormData func(context.Context, *InitiateFormDataReq) (*InitiateFormDataResp, error) + InitiateMultipartUpload func(context.Context, *InitiateMultipartUploadReq) (*InitiateMultipartUploadResp, error) + PartLimit func(context.Context, *PartLimitReq) (*PartLimitResp, error) + PartSize func(context.Context, *PartSizeReq) (*PartSizeResp, error) + SearchLogs func(context.Context, *SearchLogsReq) (*SearchLogsResp, error) + SetAppBadge func(context.Context, *SetAppBadgeReq) (*SetAppBadgeResp, error) + UploadLogs func(context.Context, *UploadLogsReq) (*UploadLogsResp, error) + type UnimplementedThirdServer struct + func (UnimplementedThirdServer) AccessURL(context.Context, *AccessURLReq) (*AccessURLResp, error) + func (UnimplementedThirdServer) AuthSign(context.Context, *AuthSignReq) (*AuthSignResp, error) + func (UnimplementedThirdServer) CompleteFormData(context.Context, *CompleteFormDataReq) (*CompleteFormDataResp, error) + func (UnimplementedThirdServer) CompleteMultipartUpload(context.Context, *CompleteMultipartUploadReq) (*CompleteMultipartUploadResp, error) + func (UnimplementedThirdServer) DeleteLogs(context.Context, *DeleteLogsReq) (*DeleteLogsResp, error) + func (UnimplementedThirdServer) DeleteOutdatedData(context.Context, *DeleteOutdatedDataReq) (*DeleteOutdatedDataResp, error) + func (UnimplementedThirdServer) FcmUpdateToken(context.Context, *FcmUpdateTokenReq) (*FcmUpdateTokenResp, error) + func (UnimplementedThirdServer) InitiateFormData(context.Context, *InitiateFormDataReq) (*InitiateFormDataResp, error) + func (UnimplementedThirdServer) InitiateMultipartUpload(context.Context, *InitiateMultipartUploadReq) (*InitiateMultipartUploadResp, error) + func (UnimplementedThirdServer) PartLimit(context.Context, *PartLimitReq) (*PartLimitResp, error) + func (UnimplementedThirdServer) PartSize(context.Context, *PartSizeReq) (*PartSizeResp, error) + func (UnimplementedThirdServer) SearchLogs(context.Context, *SearchLogsReq) (*SearchLogsResp, error) + func (UnimplementedThirdServer) SetAppBadge(context.Context, *SetAppBadgeReq) (*SetAppBadgeResp, error) + func (UnimplementedThirdServer) UploadLogs(context.Context, *UploadLogsReq) (*UploadLogsResp, error) + type UnsafeThirdServer interface + type UploadInfo struct + ExpireTime int64 + PartSize int64 + Sign *AuthSignParts + UploadID string + func (*UploadInfo) Descriptor() ([]byte, []int) + func (*UploadInfo) ProtoMessage() + func (x *UploadInfo) GetExpireTime() int64 + func (x *UploadInfo) GetPartSize() int64 + func (x *UploadInfo) GetSign() *AuthSignParts + func (x *UploadInfo) GetUploadID() string + func (x *UploadInfo) ProtoReflect() protoreflect.Message + func (x *UploadInfo) Reset() + func (x *UploadInfo) String() string + type UploadLogsReq struct + AppFramework string + Ex string + FileURLs []*FileURL + Platform int32 + Version string + func (*UploadLogsReq) Descriptor() ([]byte, []int) + func (*UploadLogsReq) ProtoMessage() + func (x *UploadLogsReq) GetAppFramework() string + func (x *UploadLogsReq) GetEx() string + func (x *UploadLogsReq) GetFileURLs() []*FileURL + func (x *UploadLogsReq) GetPlatform() int32 + func (x *UploadLogsReq) GetVersion() string + func (x *UploadLogsReq) ProtoReflect() protoreflect.Message + func (x *UploadLogsReq) Reset() + func (x *UploadLogsReq) String() string + type UploadLogsResp struct + func (*UploadLogsResp) Descriptor() ([]byte, []int) + func (*UploadLogsResp) ProtoMessage() + func (x *UploadLogsResp) ProtoReflect() protoreflect.Message + func (x *UploadLogsResp) Reset() + func (x *UploadLogsResp) String() string