Versions in this module Expand all Collapse all v0 v0.7.4 Apr 21, 2026 Changes in this version + func NewClient(ctx context.Context, cfg *ClientConfig) (ghClient *github.Client, isApp bool, err error) + type ClientConfig struct + AccessToken string + AppID int64 + AppInstallationID int64 + AppPrivateKey string + BaseURL string + HTTPRequestTimeout time.Duration + UploadURL string + func (c *ClientConfig) Validate() error