Registry / cloud / go-grafeas

go-grafeas

JSON →
library0.5.0gogounverified

Grafeas Go client provides a client library for the Grafeas metadata API.

go get cloud.google.com/go/grafeas
INSTALL
IMPORT
SIG · GO-GRAFEAS
G
go-grafeas
cloudgov0.5.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.

grafeas
cloud.google.com/go/grafeas

Create a new Grafeas client

package main import ( "context" "fmt" "cloud.google.com/go/grafeas" ) func main() { ctx := context.Background() client, err := grafeas.NewClient(ctx) if err != nil { fmt.Println(err) return } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-grafeas — go get go-grafeas · libregistry