Versions in this module Expand all Collapse all v0 v0.0.1 Dec 27, 2023 Changes in this version + func GetBranch(ctx context.Context, personalToken, repoName, ownerName string) ([]*github.Branch, error) + func GetCommit(ctx context.Context, personalToken, repoName, ownerName, sha string) (*github.RepositoryCommit, error) + func ListCommitALL(ctx context.Context, PersonalToken, repoName, ownerName string) ([]*github.RepositoryCommit, error) + func ListRepositoriesOrg(ctx context.Context, personalToken, OrgName string) (dest []*github.Repository, err error) + func MakeClient(personalToken string) *github.Client + func UploadFileToRepository(val PushRepositories) (response *github.RepositoryContentResponse, err error) + type Commit struct + Items struct{ ... } + Type string + type PushRepositories struct + Branch string + Context context.Context + Email string + Message string + OwnerName string + Path string + PersonalToken string + Reponame string + Username string + type Repositories struct + FullName *string + Homepage *string + Name *string + func ListRepositoriesOnlydDetail(ctx context.Context, personalToken, OrgName string) (dest []Repositories, err error)