Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Avatar ¶
type Avatar interface { Image(char string) (image.Image, error) Generate(char string) (image.Image, error) Save(char, fpath string) error }
Avatar ...
Click to show internal directories.
Click to hide internal directories.