v1

package
v0.0.0-...-c6a2155 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_storage_v1_service_proto protoreflect.FileDescriptor
View Source
var File_storage_v1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AudioAnalysisResult

type AudioAnalysisResult struct {
	Bpm float64 `protobuf:"fixed64,1,opt,name=bpm,proto3" json:"bpm,omitempty"`
	Key string  `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioAnalysisResult) Descriptor deprecated

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

Deprecated: Use AudioAnalysisResult.ProtoReflect.Descriptor instead.

func (*AudioAnalysisResult) GetBpm

func (x *AudioAnalysisResult) GetBpm() float64

func (*AudioAnalysisResult) GetKey

func (x *AudioAnalysisResult) GetKey() string

func (*AudioAnalysisResult) ProtoMessage

func (*AudioAnalysisResult) ProtoMessage()

func (*AudioAnalysisResult) ProtoReflect

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

func (*AudioAnalysisResult) Reset

func (x *AudioAnalysisResult) Reset()

func (*AudioAnalysisResult) String

func (x *AudioAnalysisResult) String() string

type FFProbeResult

type FFProbeResult struct {
	Format *FFProbeResult_Format `protobuf:"bytes,1,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*FFProbeResult) Descriptor deprecated

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

Deprecated: Use FFProbeResult.ProtoReflect.Descriptor instead.

func (*FFProbeResult) GetFormat

func (x *FFProbeResult) GetFormat() *FFProbeResult_Format

func (*FFProbeResult) ProtoMessage

func (*FFProbeResult) ProtoMessage()

func (*FFProbeResult) ProtoReflect

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

func (*FFProbeResult) Reset

func (x *FFProbeResult) Reset()

func (*FFProbeResult) String

func (x *FFProbeResult) String() string

type FFProbeResult_Format

type FFProbeResult_Format struct {
	Filename       string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	FormatName     string `protobuf:"bytes,2,opt,name=format_name,json=formatName,proto3" json:"format_name,omitempty"`
	FormatLongName string `protobuf:"bytes,3,opt,name=format_long_name,json=formatLongName,proto3" json:"format_long_name,omitempty"`
	Duration       string `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty"`
	Size           string `protobuf:"bytes,5,opt,name=size,proto3" json:"size,omitempty"`
	BitRate        string `protobuf:"bytes,6,opt,name=bit_rate,json=bitRate,proto3" json:"bit_rate,omitempty"`
	// contains filtered or unexported fields
}

func (*FFProbeResult_Format) Descriptor deprecated

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

Deprecated: Use FFProbeResult_Format.ProtoReflect.Descriptor instead.

func (*FFProbeResult_Format) GetBitRate

func (x *FFProbeResult_Format) GetBitRate() string

func (*FFProbeResult_Format) GetDuration

func (x *FFProbeResult_Format) GetDuration() string

func (*FFProbeResult_Format) GetFilename

func (x *FFProbeResult_Format) GetFilename() string

func (*FFProbeResult_Format) GetFormatLongName

func (x *FFProbeResult_Format) GetFormatLongName() string

func (*FFProbeResult_Format) GetFormatName

func (x *FFProbeResult_Format) GetFormatName() string

func (*FFProbeResult_Format) GetSize

func (x *FFProbeResult_Format) GetSize() string

func (*FFProbeResult_Format) ProtoMessage

func (*FFProbeResult_Format) ProtoMessage()

func (*FFProbeResult_Format) ProtoReflect

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

func (*FFProbeResult_Format) Reset

func (x *FFProbeResult_Format) Reset()

func (*FFProbeResult_Format) String

func (x *FFProbeResult_Format) String() string

type File

type File struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Data     []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetData

func (x *File) GetData() []byte

func (*File) GetFilename

func (x *File) GetFilename() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type GetHealthRequest

type GetHealthRequest struct {
	// contains filtered or unexported fields
}

func (*GetHealthRequest) Descriptor deprecated

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

Deprecated: Use GetHealthRequest.ProtoReflect.Descriptor instead.

func (*GetHealthRequest) ProtoMessage

func (*GetHealthRequest) ProtoMessage()

func (*GetHealthRequest) ProtoReflect

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

func (*GetHealthRequest) Reset

func (x *GetHealthRequest) Reset()

func (*GetHealthRequest) String

func (x *GetHealthRequest) String() string

type GetHealthResponse

type GetHealthResponse struct {
	// contains filtered or unexported fields
}

func (*GetHealthResponse) Descriptor deprecated

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

Deprecated: Use GetHealthResponse.ProtoReflect.Descriptor instead.

func (*GetHealthResponse) ProtoMessage

func (*GetHealthResponse) ProtoMessage()

func (*GetHealthResponse) ProtoReflect

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

func (*GetHealthResponse) Reset

func (x *GetHealthResponse) Reset()

func (*GetHealthResponse) String

func (x *GetHealthResponse) String() string

type GetIPDataRequest

type GetIPDataRequest struct {
	Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIPDataRequest) Descriptor deprecated

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

Deprecated: Use GetIPDataRequest.ProtoReflect.Descriptor instead.

func (*GetIPDataRequest) GetIp

func (x *GetIPDataRequest) GetIp() string

func (*GetIPDataRequest) ProtoMessage

func (*GetIPDataRequest) ProtoMessage()

func (*GetIPDataRequest) ProtoReflect

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

func (*GetIPDataRequest) Reset

func (x *GetIPDataRequest) Reset()

func (*GetIPDataRequest) String

func (x *GetIPDataRequest) String() string

type GetIPDataResponse

type GetIPDataResponse struct {
	Country     string  `protobuf:"bytes,1,opt,name=country,proto3" json:"country,omitempty"`
	CountryCode string  `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	City        string  `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
	Region      string  `protobuf:"bytes,4,opt,name=region,proto3" json:"region,omitempty"`
	RegionCode  string  `protobuf:"bytes,5,opt,name=region_code,json=regionCode,proto3" json:"region_code,omitempty"`
	Latitude    float32 `protobuf:"fixed32,6,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude   float32 `protobuf:"fixed32,7,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIPDataResponse) Descriptor deprecated

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

Deprecated: Use GetIPDataResponse.ProtoReflect.Descriptor instead.

func (*GetIPDataResponse) GetCity

func (x *GetIPDataResponse) GetCity() string

func (*GetIPDataResponse) GetCountry

func (x *GetIPDataResponse) GetCountry() string

func (*GetIPDataResponse) GetCountryCode

func (x *GetIPDataResponse) GetCountryCode() string

func (*GetIPDataResponse) GetLatitude

func (x *GetIPDataResponse) GetLatitude() float32

func (*GetIPDataResponse) GetLongitude

func (x *GetIPDataResponse) GetLongitude() float32

func (*GetIPDataResponse) GetRegion

func (x *GetIPDataResponse) GetRegion() string

func (*GetIPDataResponse) GetRegionCode

func (x *GetIPDataResponse) GetRegionCode() string

func (*GetIPDataResponse) ProtoMessage

func (*GetIPDataResponse) ProtoMessage()

func (*GetIPDataResponse) ProtoReflect

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

func (*GetIPDataResponse) Reset

func (x *GetIPDataResponse) Reset()

func (*GetIPDataResponse) String

func (x *GetIPDataResponse) String() string

type GetRendezvousNodesRequest

type GetRendezvousNodesRequest struct {
	Cid               string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	ReplicationFactor int32  `protobuf:"varint,2,opt,name=replication_factor,json=replicationFactor,proto3" json:"replication_factor,omitempty"` // Optional, defaults to 3 if not specified
	// contains filtered or unexported fields
}

func (*GetRendezvousNodesRequest) Descriptor deprecated

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

Deprecated: Use GetRendezvousNodesRequest.ProtoReflect.Descriptor instead.

func (*GetRendezvousNodesRequest) GetCid

func (x *GetRendezvousNodesRequest) GetCid() string

func (*GetRendezvousNodesRequest) GetReplicationFactor

func (x *GetRendezvousNodesRequest) GetReplicationFactor() int32

func (*GetRendezvousNodesRequest) ProtoMessage

func (*GetRendezvousNodesRequest) ProtoMessage()

func (*GetRendezvousNodesRequest) ProtoReflect

func (*GetRendezvousNodesRequest) Reset

func (x *GetRendezvousNodesRequest) Reset()

func (*GetRendezvousNodesRequest) String

func (x *GetRendezvousNodesRequest) String() string

type GetRendezvousNodesResponse

type GetRendezvousNodesResponse struct {
	Nodes []string `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` // List of node endpoints in rendezvous order
	// contains filtered or unexported fields
}

func (*GetRendezvousNodesResponse) Descriptor deprecated

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

Deprecated: Use GetRendezvousNodesResponse.ProtoReflect.Descriptor instead.

func (*GetRendezvousNodesResponse) GetNodes

func (x *GetRendezvousNodesResponse) GetNodes() []string

func (*GetRendezvousNodesResponse) ProtoMessage

func (*GetRendezvousNodesResponse) ProtoMessage()

func (*GetRendezvousNodesResponse) ProtoReflect

func (*GetRendezvousNodesResponse) Reset

func (x *GetRendezvousNodesResponse) Reset()

func (*GetRendezvousNodesResponse) String

func (x *GetRendezvousNodesResponse) String() string

type GetStreamURLRequest

type GetStreamURLRequest struct {
	UploadId    string `protobuf:"bytes,1,opt,name=upload_id,json=uploadId,proto3" json:"upload_id,omitempty"`
	Cid         string `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"`
	ShouldCache int64  `protobuf:"varint,3,opt,name=should_cache,json=shouldCache,proto3" json:"should_cache,omitempty"`
	TrackId     int64  `protobuf:"varint,4,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	UserId      int64  `protobuf:"varint,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStreamURLRequest) Descriptor deprecated

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

Deprecated: Use GetStreamURLRequest.ProtoReflect.Descriptor instead.

func (*GetStreamURLRequest) GetCid

func (x *GetStreamURLRequest) GetCid() string

func (*GetStreamURLRequest) GetShouldCache

func (x *GetStreamURLRequest) GetShouldCache() int64

func (*GetStreamURLRequest) GetTrackId

func (x *GetStreamURLRequest) GetTrackId() int64

func (*GetStreamURLRequest) GetUploadId

func (x *GetStreamURLRequest) GetUploadId() string

func (*GetStreamURLRequest) GetUserId

func (x *GetStreamURLRequest) GetUserId() int64

func (*GetStreamURLRequest) ProtoMessage

func (*GetStreamURLRequest) ProtoMessage()

func (*GetStreamURLRequest) ProtoReflect

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

func (*GetStreamURLRequest) Reset

func (x *GetStreamURLRequest) Reset()

func (*GetStreamURLRequest) String

func (x *GetStreamURLRequest) String() string

type GetStreamURLResponse

type GetStreamURLResponse struct {
	Urls []string `protobuf:"bytes,1,rep,name=urls,proto3" json:"urls,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStreamURLResponse) Descriptor deprecated

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

Deprecated: Use GetStreamURLResponse.ProtoReflect.Descriptor instead.

func (*GetStreamURLResponse) GetUrls

func (x *GetStreamURLResponse) GetUrls() []string

func (*GetStreamURLResponse) ProtoMessage

func (*GetStreamURLResponse) ProtoMessage()

func (*GetStreamURLResponse) ProtoReflect

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

func (*GetStreamURLResponse) Reset

func (x *GetStreamURLResponse) Reset()

func (*GetStreamURLResponse) String

func (x *GetStreamURLResponse) String() string

type GetUploadRequest

type GetUploadRequest struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fix     bool   `protobuf:"varint,2,opt,name=fix,proto3" json:"fix,omitempty"`
	Analyze bool   `protobuf:"varint,3,opt,name=analyze,proto3" json:"analyze,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUploadRequest) Descriptor deprecated

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

Deprecated: Use GetUploadRequest.ProtoReflect.Descriptor instead.

func (*GetUploadRequest) GetAnalyze

func (x *GetUploadRequest) GetAnalyze() bool

func (*GetUploadRequest) GetFix

func (x *GetUploadRequest) GetFix() bool

func (*GetUploadRequest) GetId

func (x *GetUploadRequest) GetId() string

func (*GetUploadRequest) ProtoMessage

func (*GetUploadRequest) ProtoMessage()

func (*GetUploadRequest) ProtoReflect

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

func (*GetUploadRequest) Reset

func (x *GetUploadRequest) Reset()

func (*GetUploadRequest) String

func (x *GetUploadRequest) String() string

type GetUploadResponse

type GetUploadResponse struct {
	Upload *Upload `protobuf:"bytes,1,opt,name=upload,proto3" json:"upload,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUploadResponse) Descriptor deprecated

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

Deprecated: Use GetUploadResponse.ProtoReflect.Descriptor instead.

func (*GetUploadResponse) GetUpload

func (x *GetUploadResponse) GetUpload() *Upload

func (*GetUploadResponse) ProtoMessage

func (*GetUploadResponse) ProtoMessage()

func (*GetUploadResponse) ProtoReflect

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

func (*GetUploadResponse) Reset

func (x *GetUploadResponse) Reset()

func (*GetUploadResponse) String

func (x *GetUploadResponse) String() string

type PingRequest

type PingRequest struct {
	// contains filtered or unexported fields
}

func (*PingRequest) Descriptor deprecated

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingResponse

type PingResponse struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*PingResponse) Descriptor deprecated

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) GetMessage

func (x *PingResponse) GetMessage() string

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type StreamTrackRequest

type StreamTrackRequest struct {
	Signature *StreamTrackSignature `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	ChunkSize int64                 `protobuf:"varint,2,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamTrackRequest) Descriptor deprecated

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

Deprecated: Use StreamTrackRequest.ProtoReflect.Descriptor instead.

func (*StreamTrackRequest) GetChunkSize

func (x *StreamTrackRequest) GetChunkSize() int64

func (*StreamTrackRequest) GetSignature

func (x *StreamTrackRequest) GetSignature() *StreamTrackSignature

func (*StreamTrackRequest) ProtoMessage

func (*StreamTrackRequest) ProtoMessage()

func (*StreamTrackRequest) ProtoReflect

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

func (*StreamTrackRequest) Reset

func (x *StreamTrackRequest) Reset()

func (*StreamTrackRequest) String

func (x *StreamTrackRequest) String() string

type StreamTrackResponse

type StreamTrackResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamTrackResponse) Descriptor deprecated

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

Deprecated: Use StreamTrackResponse.ProtoReflect.Descriptor instead.

func (*StreamTrackResponse) GetData

func (x *StreamTrackResponse) GetData() []byte

func (*StreamTrackResponse) ProtoMessage

func (*StreamTrackResponse) ProtoMessage()

func (*StreamTrackResponse) ProtoReflect

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

func (*StreamTrackResponse) Reset

func (x *StreamTrackResponse) Reset()

func (*StreamTrackResponse) String

func (x *StreamTrackResponse) String() string

type StreamTrackSignature

type StreamTrackSignature struct {

	// hex encoded signature of the data_hash
	Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// sha256 hash of the data
	DataHash []byte                    `protobuf:"bytes,2,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"`
	Data     *StreamTrackSignatureData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamTrackSignature) Descriptor deprecated

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

Deprecated: Use StreamTrackSignature.ProtoReflect.Descriptor instead.

func (*StreamTrackSignature) GetData

func (*StreamTrackSignature) GetDataHash

func (x *StreamTrackSignature) GetDataHash() []byte

func (*StreamTrackSignature) GetSignature

func (x *StreamTrackSignature) GetSignature() string

func (*StreamTrackSignature) ProtoMessage

func (*StreamTrackSignature) ProtoMessage()

func (*StreamTrackSignature) ProtoReflect

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

func (*StreamTrackSignature) Reset

func (x *StreamTrackSignature) Reset()

func (*StreamTrackSignature) String

func (x *StreamTrackSignature) String() string

type StreamTrackSignatureData

type StreamTrackSignatureData struct {
	TrackId   string `protobuf:"bytes,1,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	Timestamp int64  `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamTrackSignatureData) Descriptor deprecated

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

Deprecated: Use StreamTrackSignatureData.ProtoReflect.Descriptor instead.

func (*StreamTrackSignatureData) GetTimestamp

func (x *StreamTrackSignatureData) GetTimestamp() int64

func (*StreamTrackSignatureData) GetTrackId

func (x *StreamTrackSignatureData) GetTrackId() string

func (*StreamTrackSignatureData) ProtoMessage

func (*StreamTrackSignatureData) ProtoMessage()

func (*StreamTrackSignatureData) ProtoReflect

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

func (*StreamTrackSignatureData) Reset

func (x *StreamTrackSignatureData) Reset()

func (*StreamTrackSignatureData) String

func (x *StreamTrackSignatureData) String() string

type Upload

type Upload struct {
	Id                      string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserWallet              string                 `protobuf:"bytes,2,opt,name=user_wallet,json=userWallet,proto3" json:"user_wallet,omitempty"`
	Template                string                 `protobuf:"bytes,3,opt,name=template,proto3" json:"template,omitempty"`
	OrigFilename            string                 `protobuf:"bytes,4,opt,name=orig_filename,json=origFilename,proto3" json:"orig_filename,omitempty"`
	OrigFileCid             string                 `protobuf:"bytes,5,opt,name=orig_file_cid,json=origFileCid,proto3" json:"orig_file_cid,omitempty"`
	SelectedPreview         string                 `protobuf:"bytes,6,opt,name=selected_preview,json=selectedPreview,proto3" json:"selected_preview,omitempty"`
	Probe                   *FFProbeResult         `protobuf:"bytes,7,opt,name=probe,proto3" json:"probe,omitempty"`
	Error                   string                 `protobuf:"bytes,8,opt,name=error,proto3" json:"error,omitempty"`
	ErrorCount              int32                  `protobuf:"varint,9,opt,name=error_count,json=errorCount,proto3" json:"error_count,omitempty"`
	Mirrors                 []string               `protobuf:"bytes,10,rep,name=mirrors,proto3" json:"mirrors,omitempty"`
	TranscodedMirrors       []string               `protobuf:"bytes,11,rep,name=transcoded_mirrors,json=transcodedMirrors,proto3" json:"transcoded_mirrors,omitempty"`
	Status                  string                 `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"`
	PlacementHosts          []string               `protobuf:"bytes,13,rep,name=placement_hosts,json=placementHosts,proto3" json:"placement_hosts,omitempty"`
	CreatedBy               string                 `protobuf:"bytes,14,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt               *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt               *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	TranscodedBy            string                 `protobuf:"bytes,17,opt,name=transcoded_by,json=transcodedBy,proto3" json:"transcoded_by,omitempty"`
	TranscodeProgress       float64                `protobuf:"fixed64,18,opt,name=transcode_progress,json=transcodeProgress,proto3" json:"transcode_progress,omitempty"`
	TranscodedAt            *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=transcoded_at,json=transcodedAt,proto3" json:"transcoded_at,omitempty"`
	TranscodeResults        map[string]string      `` /* 198-byte string literal not displayed */
	AudioAnalysisStatus     string                 `protobuf:"bytes,21,opt,name=audio_analysis_status,json=audioAnalysisStatus,proto3" json:"audio_analysis_status,omitempty"`
	AudioAnalysisError      string                 `protobuf:"bytes,22,opt,name=audio_analysis_error,json=audioAnalysisError,proto3" json:"audio_analysis_error,omitempty"`
	AudioAnalysisErrorCount int32                  `` /* 136-byte string literal not displayed */
	AudioAnalyzedBy         string                 `protobuf:"bytes,24,opt,name=audio_analyzed_by,json=audioAnalyzedBy,proto3" json:"audio_analyzed_by,omitempty"`
	AudioAnalyzedAt         *timestamppb.Timestamp `protobuf:"bytes,25,opt,name=audio_analyzed_at,json=audioAnalyzedAt,proto3" json:"audio_analyzed_at,omitempty"`
	AudioAnalysisResults    *AudioAnalysisResult   `protobuf:"bytes,26,opt,name=audio_analysis_results,json=audioAnalysisResults,proto3" json:"audio_analysis_results,omitempty"`
	// contains filtered or unexported fields
}

func (*Upload) Descriptor deprecated

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

Deprecated: Use Upload.ProtoReflect.Descriptor instead.

func (*Upload) GetAudioAnalysisError

func (x *Upload) GetAudioAnalysisError() string

func (*Upload) GetAudioAnalysisErrorCount

func (x *Upload) GetAudioAnalysisErrorCount() int32

func (*Upload) GetAudioAnalysisResults

func (x *Upload) GetAudioAnalysisResults() *AudioAnalysisResult

func (*Upload) GetAudioAnalysisStatus

func (x *Upload) GetAudioAnalysisStatus() string

func (*Upload) GetAudioAnalyzedAt

func (x *Upload) GetAudioAnalyzedAt() *timestamppb.Timestamp

func (*Upload) GetAudioAnalyzedBy

func (x *Upload) GetAudioAnalyzedBy() string

func (*Upload) GetCreatedAt

func (x *Upload) GetCreatedAt() *timestamppb.Timestamp

func (*Upload) GetCreatedBy

func (x *Upload) GetCreatedBy() string

func (*Upload) GetError

func (x *Upload) GetError() string

func (*Upload) GetErrorCount

func (x *Upload) GetErrorCount() int32

func (*Upload) GetId

func (x *Upload) GetId() string

func (*Upload) GetMirrors

func (x *Upload) GetMirrors() []string

func (*Upload) GetOrigFileCid

func (x *Upload) GetOrigFileCid() string

func (*Upload) GetOrigFilename

func (x *Upload) GetOrigFilename() string

func (*Upload) GetPlacementHosts

func (x *Upload) GetPlacementHosts() []string

func (*Upload) GetProbe

func (x *Upload) GetProbe() *FFProbeResult

func (*Upload) GetSelectedPreview

func (x *Upload) GetSelectedPreview() string

func (*Upload) GetStatus

func (x *Upload) GetStatus() string

func (*Upload) GetTemplate

func (x *Upload) GetTemplate() string

func (*Upload) GetTranscodeProgress

func (x *Upload) GetTranscodeProgress() float64

func (*Upload) GetTranscodeResults

func (x *Upload) GetTranscodeResults() map[string]string

func (*Upload) GetTranscodedAt

func (x *Upload) GetTranscodedAt() *timestamppb.Timestamp

func (*Upload) GetTranscodedBy

func (x *Upload) GetTranscodedBy() string

func (*Upload) GetTranscodedMirrors

func (x *Upload) GetTranscodedMirrors() []string

func (*Upload) GetUpdatedAt

func (x *Upload) GetUpdatedAt() *timestamppb.Timestamp

func (*Upload) GetUserWallet

func (x *Upload) GetUserWallet() string

func (*Upload) ProtoMessage

func (*Upload) ProtoMessage()

func (*Upload) ProtoReflect

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

func (*Upload) Reset

func (x *Upload) Reset()

func (*Upload) String

func (x *Upload) String() string

type UploadFilesRequest

type UploadFilesRequest struct {
	Signature      string   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	UserWallet     string   `protobuf:"bytes,2,opt,name=user_wallet,json=userWallet,proto3" json:"user_wallet,omitempty"`
	Template       string   `protobuf:"bytes,3,opt,name=template,proto3" json:"template,omitempty"`
	PreviewStart   string   `protobuf:"bytes,4,opt,name=preview_start,json=previewStart,proto3" json:"preview_start,omitempty"`
	PlacementHosts []string `protobuf:"bytes,5,rep,name=placement_hosts,json=placementHosts,proto3" json:"placement_hosts,omitempty"`
	Files          []*File  `protobuf:"bytes,6,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadFilesRequest) Descriptor deprecated

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

Deprecated: Use UploadFilesRequest.ProtoReflect.Descriptor instead.

func (*UploadFilesRequest) GetFiles

func (x *UploadFilesRequest) GetFiles() []*File

func (*UploadFilesRequest) GetPlacementHosts

func (x *UploadFilesRequest) GetPlacementHosts() []string

func (*UploadFilesRequest) GetPreviewStart

func (x *UploadFilesRequest) GetPreviewStart() string

func (*UploadFilesRequest) GetSignature

func (x *UploadFilesRequest) GetSignature() string

func (*UploadFilesRequest) GetTemplate

func (x *UploadFilesRequest) GetTemplate() string

func (*UploadFilesRequest) GetUserWallet

func (x *UploadFilesRequest) GetUserWallet() string

func (*UploadFilesRequest) ProtoMessage

func (*UploadFilesRequest) ProtoMessage()

func (*UploadFilesRequest) ProtoReflect

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

func (*UploadFilesRequest) Reset

func (x *UploadFilesRequest) Reset()

func (*UploadFilesRequest) String

func (x *UploadFilesRequest) String() string

type UploadFilesResponse

type UploadFilesResponse struct {
	Uploads []*Upload `protobuf:"bytes,1,rep,name=uploads,proto3" json:"uploads,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadFilesResponse) Descriptor deprecated

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

Deprecated: Use UploadFilesResponse.ProtoReflect.Descriptor instead.

func (*UploadFilesResponse) GetUploads

func (x *UploadFilesResponse) GetUploads() []*Upload

func (*UploadFilesResponse) ProtoMessage

func (*UploadFilesResponse) ProtoMessage()

func (*UploadFilesResponse) ProtoReflect

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

func (*UploadFilesResponse) Reset

func (x *UploadFilesResponse) Reset()

func (*UploadFilesResponse) String

func (x *UploadFilesResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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