Documentation ¶
Overview ¶
Package redpb is a generated protocol buffer package.
It is generated from these files:
dummy.proto repo.proto
It has these top-level messages:
Repository
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDummyServer ¶
func RegisterDummyServer(s *grpc.Server, srv DummyServer)
Types ¶
type DummyClient ¶
type DummyClient interface {
DummyCall(ctx context.Context, in *google_protobuf.Empty, opts ...grpc.CallOption) (*google_protobuf.Empty, error)
}
func NewDummyClient ¶
func NewDummyClient(cc *grpc.ClientConn) DummyClient
type DummyServer ¶
type DummyServer interface {
DummyCall(context.Context, *google_protobuf.Empty) (*google_protobuf.Empty, error)
}
type Repository ¶
type Repository struct { Owner string `protobuf:"bytes,1,opt,name=owner" json:"owner,omitempty"` Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` }
func (*Repository) Descriptor ¶
func (*Repository) Descriptor() ([]byte, []int)
func (*Repository) GetName ¶
func (m *Repository) GetName() string
func (*Repository) GetOwner ¶
func (m *Repository) GetOwner() string
func (*Repository) ProtoMessage ¶
func (*Repository) ProtoMessage()
func (*Repository) Reset ¶
func (m *Repository) Reset()
func (*Repository) String ¶
func (m *Repository) String() string
Click to show internal directories.
Click to hide internal directories.