Registry / cloud / cs3org-reva

cs3org-reva

JSON →
library1.29.0gogounverified

REVA is an inter-operability platform for cloud storage and sync applications.

go get github.com/cs3org/reva
INSTALL
IMPORT
SIG · CS3ORG-REVA
C
cs3org-reva
cloudgov1.29.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.

reva
github.com/cs3org/reva

Connects to a REVA gateway and authenticates.

package main import ( "context" "github.com/cs3org/reva/pkg/rgrpc/todo/pb" "google.golang.org/grpc" ) func main() { conn, _ := grpc.Dial("localhost:9999", grpc.WithInsecure()) client := pb.NewGatewayAPIClient(conn) resp, _ := client.Authenticate(context.Background(), &pb.AuthenticateRequest{}) _ = resp }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
cs3org-reva — go get cs3org-reva · libregistry