Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
ListNetworkPushEvents(ctx context.Context, repo Repository) ([]PushEvent, error)
}
type Config ¶
type Config struct {
Github *GithubConfig
}
type GithubConfig ¶
type GithubConfig struct {
AuthToken string
}
type Repository ¶
type Repository struct {
Owner, Name string // TODO(adam): defaults to Github
}
Click to show internal directories.
Click to hide internal directories.