Documentation
¶
Index ¶
- func GetPlainUserAllRepoAfterDate(username string, date time.Time, opts ...option.Option) ([]*gh_model.Repository, error)
- func GetPlainUserAllRepos(username string, opts ...option.Option) ([]*gh_model.Repository, error)
- func GetPlainUserAllStarred(username string, opts ...option.Option) ([]*gh_model.Repository, error)
- func GetPlainUserRepo(username string, page, size int) ([]*gh_model.Repository, error)
- func GetPlainUserStarred(username string, page, size int) ([]*gh_model.Repository, error)
- func GetSimpleUserInfo(username string) (*gh_model.User, error)
- func GetUserAllRepoAfterDate(username string, date time.Time, opts ...option.Option) ([]*github.Repository, *github.Response, error)
- func GetUserAllRepos(username string, opts ...option.Option) ([]*github.Repository, *github.Response, error)
- func GetUserAllStarred(username string, opts ...option.Option) ([]*github.StarredRepository, *github.Response, error)
- func GetUserInfo(username string) (*github.User, *github.Response, error)
- func GetUserRepo(username string, page, size int) ([]*github.Repository, *github.Response, error)
- func GetUserStarred(username string, page, size int) ([]*github.StarredRepository, *github.Response, error)
- func InitClient(token string) *github.Client
- func SearchRepoByTopic(topic string, opts ...option.Option) ([]*github.Repository, *github.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPlainUserAllRepos ¶
func GetPlainUserAllStarred ¶
func GetPlainUserRepo ¶
func GetPlainUserRepo(username string, page, size int) ([]*gh_model.Repository, error)
func GetPlainUserStarred ¶
func GetPlainUserStarred(username string, page, size int) ([]*gh_model.Repository, error)
func GetUserAllRepoAfterDate ¶
func GetUserAllRepos ¶
func GetUserAllStarred ¶
func GetUserRepo ¶
func GetUserStarred ¶
func InitClient ¶
func SearchRepoByTopic ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.