Documentation
¶
Index ¶
- type CreateContributions
- type CreateContributors
- type CreateInfo
- type CreateReadMe
- type ListContributions
- type ListContributors
- type ListInfo
- type ListReadMe
- type ReadContributions
- type ReadContributors
- type ReadHealth
- type ReadInfo
- type ReadReadMe
- type UpdateContributions
- type UpdateContributors
- type UpdateInfo
- type UpdateReadMe
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateContributions ¶
func NewCreateContributions ¶
func NewCreateContributions(cache domain.ExploreApi) CreateContributions
type CreateContributors ¶
type CreateContributors func(context.Context, domain.Owner, domain.Repo, domain.RepoContributors) error
func NewCreateContributors ¶
func NewCreateContributors(cache domain.ExploreApi) CreateContributors
type CreateInfo ¶
func NewCreateInfo ¶
func NewCreateInfo(cache domain.ExploreApi) CreateInfo
type CreateReadMe ¶
type CreateReadMe func(context.Context, domain.Owner, domain.Repo, domain.MainBranch, domain.FileExt, domain.ReadMe) error
func NewCreateReadMe ¶
func NewCreateReadMe(cache domain.ExploreApi) CreateReadMe
type ListContributions ¶
type ListContributions func(context.Context) ([]domain.Contributions, error)
func NewListContributions ¶
func NewListContributions(cache domain.ExploreApi) ListContributions
type ListContributors ¶
type ListContributors func(context.Context) ([]domain.RepoContributors, error)
func NewListContributors ¶
func NewListContributors(cache domain.ExploreApi) ListContributors
type ListInfo ¶
type ListInfo func(context.Context) ([]domain.Contribution, error)
func NewListInfo ¶
func NewListInfo(cache domain.ExploreApi) ListInfo
type ListReadMe ¶
func NewListReadMe ¶
func NewListReadMe(cache domain.ExploreApi) ListReadMe
type ReadContributions ¶
func NewReadContributions ¶
func NewReadContributions(cache domain.ExploreApi) ReadContributions
type ReadContributors ¶
type ReadContributors func(context.Context, domain.Owner, domain.Repo, int32) (domain.RepoContributors, error)
func NewReadContributors ¶
func NewReadContributors(cache domain.ExploreApi) ReadContributors
type ReadHealth ¶
func NewReadHealth ¶
func NewReadHealth() ReadHealth
type ReadInfo ¶
func NewReadInfo ¶
func NewReadInfo(cache domain.ExploreApi) ReadInfo
type ReadReadMe ¶
type ReadReadMe func(context.Context, domain.Owner, domain.Repo, domain.MainBranch, domain.FileExt) (domain.ReadMe, error)
func NewReadReadMe ¶
func NewReadReadMe(cache domain.ExploreApi) ReadReadMe
type UpdateContributions ¶
func NewUpdateContributions ¶
func NewUpdateContributions(cache domain.ExploreApi) UpdateContributions
type UpdateContributors ¶
type UpdateContributors func(context.Context, domain.Owner, domain.Repo, domain.RepoContributors) error
func NewUpdateContributors ¶
func NewUpdateContributors(cache domain.ExploreApi) UpdateContributors
type UpdateInfo ¶
func NewUpdateInfo ¶
func NewUpdateInfo(cache domain.ExploreApi) UpdateInfo
type UpdateReadMe ¶
type UpdateReadMe func(context.Context, domain.Owner, domain.Repo, domain.MainBranch, domain.FileExt, domain.ReadMe) error
func NewUpdateReadMe ¶
func NewUpdateReadMe(cache domain.ExploreApi) UpdateReadMe
Click to show internal directories.
Click to hide internal directories.