Versions in this module Expand all Collapse all v0 v0.1.1 Aug 16, 2024 v0.1.0 Aug 15, 2024 Changes in this version + type ContentRequest struct + Lang Language + Username string + type ContentResponse struct + GeneratedContent string + type ContentResponseFailure struct + Error string + type ContentResponseSuccess struct + Data ContentResponse + type GithubData struct + ProfileResponse *ProfileResponse + Repositories *[]Repository + type Language string + const LangAuto + const LangEN + const LangID + type ProfileResponse struct + Bio *string + Company *string + CreatedAt *github.Timestamp + Followers *int + Following *int + Location *string + Name *string + Repos *int + UpdatedAt *github.Timestamp + type Repository struct + CreatedAt string + Description string + Forks int + Lang string + Name string + OpenIssues int + Stars int + UpdatedAt string + Watchers int