Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReceiveReader ¶ added in v0.5.1
NewReceiveReader turns receiver into an io.Reader. Errors from the receiver function are passed on unmodified. This means receiver should emit io.EOF when done.
Types ¶
type InfoRefsClient ¶
type InfoRefsClient interface {
Recv() (*pb.InfoRefsResponse, error)
}
type InfoRefsClientWriterTo ¶
type InfoRefsClientWriterTo struct {
InfoRefsClient
}
Click to show internal directories.
Click to hide internal directories.