Documentation ¶
Overview ¶
dead code
Index ¶
- Variables
- func CreateImage(uuid_string string) string
- func CreateNewImage(uuid_string string, file_type string) (string, error)
- func CreateProfilePicture(file_type string) string
- func ItoSA(t []interface{}) []string
- func NewProfile(file_type string) string
- func SaveImage(fileName string, img *image.NRGBA)
- type EncodingTypes
- type Image
- type ImageData
- type ProfilePicture
- type UUIDString
Constants ¶
This section is empty.
Variables ¶
View Source
var EncodingType = []string{"png"}
Functions ¶
func CreateImage ¶
func CreateProfilePicture ¶
func NewProfile ¶
Types ¶
type EncodingTypes ¶
type EncodingTypes struct {
// contains filtered or unexported fields
}
type ProfilePicture ¶
type ProfilePicture struct { UniqueID UUIDString ImageDetails ImageData Picture Image }
type UUIDString ¶
type UUIDString string
uuid.New().String() -> bit to string
func CreateID ¶
func CreateID() UUIDString
Click to show internal directories.
Click to hide internal directories.