Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoIconManager ¶
type GoIconManager struct {
OutPath string
}
func (*GoIconManager) StoreNewIconFromBase64String ¶
func (m *GoIconManager) StoreNewIconFromBase64String(icon string) (string, string, error)
func (*GoIconManager) StoreNewIconFromForm ¶
func (*GoIconManager) StoreNewIconFromImage ¶
type IconManager ¶
type IconManager interface { StoreNewIconFromBase64String(icon string) (string, string, error) StoreNewIconFromForm(ctx *gin.Context) (string, string, error) StoreNewIconFromImage(img image.Image) (string, string, error) }
func CreateGoIconManager ¶
func CreateGoIconManager(conf config.Config) IconManager
Click to show internal directories.
Click to hide internal directories.