Documentation
¶
Index ¶
- Variables
- type Storage
- func (s *Storage) AsStorage() file.Storage
- func (*Storage) Descriptor() ([]byte, []int)deprecated
- func (x *Storage) GetPath() string
- func (x *Storage) GetProvider() string
- func (*Storage) ProtoMessage()
- func (x *Storage) ProtoReflect() protoreflect.Message
- func (x *Storage) Reset()
- func (x *Storage) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mediaentity_file_v0_storage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
Storage provides the storage information of a file.
func NewStorage ¶
func (*Storage) Descriptor
deprecated
func (*Storage) GetProvider ¶
func (*Storage) ProtoMessage ¶
func (*Storage) ProtoMessage()
func (*Storage) ProtoReflect ¶
func (x *Storage) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.