Versions in this module Expand all Collapse all v0 v0.2.1 Jun 26, 2024 Changes in this version + type AvatarPlugin interface + XGetAvatar func(ctx context.Context, id string) (image.Image, error) + XGetAvatarURL func(ctx context.Context, id string) (string, error) + var Plugin AvatarPlugin = new(avatarPlugin)