Discover Packages
github.com/immanent-tech/foragd
providers
github
package
Version:
v0.201.0
Opens a new window with list of versions in this module.
Published: Jul 21, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Connect will create a client connection with the GitHub API. The connection will be cached for re-use. It is safe to
call multiple times, with subsequent calls being no-ops.
type Config struct {
Key string `koanf:"privatekey" validate:"required"`
ClientID string `koanf:"clientid" validate:"required"`
InstallationID int `koanf:"installationid"`
IssuesRepo string `koanf:"issuesrepo" validate:"required"`
}
Config structure.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.