Versions in this module Expand all Collapse all v0 v0.1.3 Jul 8, 2026 v0.1.2 Jul 7, 2026 v0.1.1 Jul 7, 2026 Changes in this version + func Manifest(baseURL, name string) string + func VerifySignature(secret string, body []byte, sig string) bool + type Config struct + ClientID string + ClientSecret string + ID int64 + InstallationID int64 + PEM string + Slug string + WebhookSecret string + func ConvertManifest(code string) (*Config, error) + func Load() *Config + func (c *Config) CloneURLWithToken(cloneURL string) (string, error) + func (c *Config) Configured() bool + func (c *Config) InstallURL() string + func (c *Config) InstallationToken() (string, error) + func (c *Config) Installed() bool + func (c *Config) ListRepos() ([]Repo, error) + func (c *Config) Save() error + type Push struct + Branch string + Commit string + Message string + Paths []string + Repo string + func ParsePush(body []byte) (Push, bool) + type Repo struct + CloneURL string + DefaultBranch string + FullName string + Name string + Private bool v0.1.0 Jul 5, 2026