Documentation ¶ Index ¶ type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider interface { // GetAvatar is the method used to get an actual avatar for a user GetAvatar(user *user.User, size int64) (avatar []byte, mimeType string, err error) } Provider defines the avatar provider interface Source Files ¶ View all Source files avatar.go Directories ¶ Show internal Expand all Path Synopsis empty gravatar Click to show internal directories. Click to hide internal directories.