Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2026 Changes in this version + type AvatarFetchFunc func(context.Context, string) (model.SourceAvatar, error) + type GogAdapter struct + Binary string + FetchAvatar AvatarFetchFunc + func (g GogAdapter) ListContacts(ctx context.Context, account string) ([]model.SourceContact, error) + func (g GogAdapter) ListContactsWithOptions(ctx context.Context, account string, opts Options) ([]model.SourceContact, error) + type Options struct + AvatarConcurrency int + IncludeAvatars bool