Documentation
¶
Overview ¶
Package file implements a file service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
}
Handler is the implementation of the file service.
func (*Handler) AuthorizedUploadFile ¶
func (c *Handler) AuthorizedUploadFile(stream file.FileServiceAuthorizedUploadFileStream) error
AuthorizedUploadFile implements the ORB interface for FileServiceHandler.
func (*Handler) UploadFile ¶
func (c *Handler) UploadFile(stream file.FileServiceUploadFileStream) error
UploadFile implements the ORB interface for FileServiceHandler.
Click to show internal directories.
Click to hide internal directories.