Registry / cloud / fluxcd-go-git-providers

fluxcd-go-git-providers

JSON →
library0.26.0gogounverified

Provides a Go client library for interacting with Git provider APIs (e.g., GitHub, GitLab) used by Flux CD.

go get github.com/fluxcd/go-git-providers
INSTALL
IMPORT
SIG · FLUXCD-GO-GIT-PROV
F
fluxcd-go-git-providers
cloudgov0.26.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gitproviders
github.com/fluxcd/go-git-providers

Creates a new GitHub client using the go-git-providers library.

package main import ( "context" "fmt" "github.com/fluxcd/go-git-providers/github" ) func main() { client, err := github.NewClient() if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
fluxcd-go-git-providers — go get fluxcd-go-git-providers · libregistry