Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatFileSize ¶
FormatFileSize formatea el tamaño del archivo en una representación legible.
Types ¶
type LocalStorage ¶
type LocalStorage struct {
// contains filtered or unexported fields
}
func NewLocalStorage ¶
func NewLocalStorage(cfg *config.Config) (*LocalStorage, error)
func (*LocalStorage) GetFileContent ¶
func (l *LocalStorage) GetFileContent(ctx context.Context, path string, key string) (io.ReadCloser, error)
GetFileContent obtiene el contenido del archivo con la clave especificada.
func (*LocalStorage) GetFileMetadata ¶
func (*LocalStorage) UploadFile ¶
Click to show internal directories.
Click to hide internal directories.