Versions in this module Expand all Collapse all v1 v1.1.2 Sep 22, 2024 v1.1.1 Sep 22, 2024 Changes in this version + func RandomStr(length int) string + type Field struct + Field multipart.File + Header *multipart.FileHeader + Name string + Path string + Size int64 + Url string + Usdb model.SysMember + func (a *Field) CheckFieldSize() bool + func (a *Field) CheckImage() error + func (a *Field) CheckImageExt() bool + func (a *Field) CheckImageSize() bool + func (a *Field) GetFieldName() string + func (a *Field) GetFieldPath() string + func (a *Field) GetName() string + func (a *Field) GetPath() string + func (a *Field) GetType() string + func (a *Field) GetUrl() string + func (a *Field) ImagesSave()