app

package
v0.0.0-...-121f34a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateContributions

type CreateContributions func(context.Context, domain.Login, domain.Contributions) error

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 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

type ListReadMe func(context.Context) ([]domain.ReadMe, error)

func NewListReadMe

func NewListReadMe(cache domain.ExploreApi) ListReadMe

type ReadContributions

type ReadContributions func(context.Context, domain.Login, int32) (domain.Contributions, error)

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

type ReadHealth func(context.Context) (domain.Health, error)

func NewReadHealth

func NewReadHealth() ReadHealth

type ReadInfo

func NewReadInfo

func NewReadInfo(cache domain.ExploreApi) ReadInfo

type UpdateContributions

type UpdateContributions func(context.Context, domain.Login, domain.Contributions) error

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL