Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubApi ¶
type GithubApi interface {
FetchOrgInformation(url string) (*either.Either[*GithubOrgReposResponse, *GithubOrgReposErrorResponse], error)
}
type GithubClient ¶
type GithubClient struct {
// contains filtered or unexported fields
}
func (*GithubClient) FetchOrgInformation ¶
func (c *GithubClient) FetchOrgInformation(urlString string) (out *either.Either[*GithubOrgReposResponse, *GithubOrgReposErrorResponse], err error)
type GithubOrgReposResponse ¶
type GithubOrgReposResponse []GithubOrgReposResponseItem
Click to show internal directories.
Click to hide internal directories.