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.