ipfs/ipfs-cluster

View on GitHub
api/pb/generate.go

Summary

Maintainability
A
0 mins
Test Coverage
// Package pb provides protobuf definitions for serialized types in Cluster.
//go:generate protoc -I=. --go_out=. types.proto
package pb