Documentation ¶
Index ¶
Constants ¶
View Source
const ImagePath = "../images/"
View Source
const MetaPath = "metadata/"
Variables ¶
This section is empty.
Functions ¶
func CheckValidHash ¶
func HashPassword ¶
Types ¶
type StorageSvc ¶
type StorageSvc struct {
// contains filtered or unexported fields
}
func NewStorageService ¶
func NewStorageService() *StorageSvc
func (*StorageSvc) UploadFile ¶
func (s *StorageSvc) UploadFile(file []byte, name string) (string, error)
Click to show internal directories.
Click to hide internal directories.