Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadStream ¶
type DownloadStream interface {
Recv() (*fspb.FileStream, error)
}
type UploadStream ¶
type UploadStream interface {
Send(*fspb.FileStream) error
}
Click to show internal directories.
Click to hide internal directories.