Versions in this module Expand all Collapse all v0 v0.2.0 Jun 21, 2025 v0.1.0 May 13, 2025 Changes in this version + func New(ghClient *github.Client, gtClient *gitea.Client, logger *slog.Logger) *migrate + type CreateNewOrgOption struct + Description string + NewName string + OldName string + Permission map[string][]string + Public bool + SourceID int64 + type CreateNewOrgResult struct + Admins []*gsdk.User + Org *gsdk.Organization + RepoTeams map[string][]*gsdk.Team + type MigrateNewRepoOption struct + AuthToken string + AuthUsername string + CloneAddr string + Description string + Name string + Owner string + Permission map[string][]string + Private bool