Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64Src ¶
type Base64Src string
func ToBase64Src ¶
func ToBase64Src(fileBytes []byte, contentType ContentType) Base64Src
type ContentType ¶
type ContentType int
const ( Jpeg ContentType = iota Png Gif Jpg )
func (*ContentType) String ¶
func (c *ContentType) String() string
Click to show internal directories.
Click to hide internal directories.