Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Github ¶
type Github struct {
// contains filtered or unexported fields
}
Github : This struct will be used to get Github related information
type IGithub ¶
type IGithub interface {
GetPackageRepoInfo(owner string, repositoryName string) (*models.Package, error)
}
IGithub : This interface will be used to provide light coupling between GithubAPI and its consumer
type IRepositoryServices ¶
type IRepositoryServices interface {
Get(ctx context.Context, owner, repo string) (*github.Repository, *github.Response, error)
}
IRepositoryServices : This interface will be used to provide light coupling between github.RepositoryServices and its consumer
Click to show internal directories.
Click to hide internal directories.