Documentation ¶
Index ¶
- Variables
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfo) GetChecksum() string
- func (x *FileInfo) GetCreatedAt() *timestamppb.Timestamp
- func (x *FileInfo) GetDeletedAt() *timestamppb.Timestamp
- func (x *FileInfo) GetId() string
- func (x *FileInfo) GetMetadata() map[string]string
- func (x *FileInfo) GetMimeType() string
- func (x *FileInfo) GetName() string
- func (x *FileInfo) GetSize() uint32
- func (x *FileInfo) GetSource() string
- func (x *FileInfo) GetSourceType() string
- func (x *FileInfo) GetUpdatedAt() *timestamppb.Timestamp
- func (*FileInfo) ProtoMessage()
- func (x *FileInfo) ProtoReflect() protoreflect.Message
- func (x *FileInfo) Reset()
- func (x *FileInfo) String() string
- type FileKey
- func (*FileKey) Descriptor() ([]byte, []int)deprecated
- func (x *FileKey) GetName() string
- func (x *FileKey) GetSource() string
- func (x *FileKey) GetSourceType() string
- func (*FileKey) ProtoMessage()
- func (x *FileKey) ProtoReflect() protoreflect.Message
- func (x *FileKey) Reset()
- func (x *FileKey) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_dataservice_v1_model_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Size uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` SourceType string `protobuf:"bytes,5,opt,name=sourceType,proto3" json:"sourceType,omitempty"` Checksum string `protobuf:"bytes,10,opt,name=checksum,proto3" json:"checksum,omitempty"` MimeType string `protobuf:"bytes,11,opt,name=mimeType,proto3" json:"mimeType,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"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=deleted_at,json=deletedAt,proto3,oneof" json:"deleted_at,omitempty"` Metadata map[string]string `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
represents the file info
func (*FileInfo) Descriptor
deprecated
func (*FileInfo) GetChecksum ¶
func (*FileInfo) GetCreatedAt ¶
func (x *FileInfo) GetCreatedAt() *timestamppb.Timestamp
func (*FileInfo) GetDeletedAt ¶
func (x *FileInfo) GetDeletedAt() *timestamppb.Timestamp
func (*FileInfo) GetMetadata ¶
func (*FileInfo) GetMimeType ¶
func (*FileInfo) GetSourceType ¶
func (*FileInfo) GetUpdatedAt ¶
func (x *FileInfo) GetUpdatedAt() *timestamppb.Timestamp
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
type FileKey ¶
type FileKey struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` SourceType string `protobuf:"bytes,3,opt,name=sourceType,proto3" json:"sourceType,omitempty"` // contains filtered or unexported fields }
func (*FileKey) Descriptor
deprecated
func (*FileKey) GetSourceType ¶
func (*FileKey) ProtoMessage ¶
func (*FileKey) ProtoMessage()
func (*FileKey) ProtoReflect ¶
func (x *FileKey) ProtoReflect() protoreflect.Message
Directories ¶
Path | Synopsis |
---|---|
Package fileserver is a reverse proxy.
|
Package fileserver is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.