Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunGRPCServer ¶
func RunGRPCServer( mountServer mount_azure_blob.MountServiceServer, enableTLS bool, listener net.Listener, ) error
Types ¶
type MountServer ¶
type MountServer struct {
mount_azure_blob.UnimplementedMountServiceServer
}
func NewMountServiceServer ¶
func NewMountServiceServer() *MountServer
NewMountServer returns a new Mountserver
func (*MountServer) MountAzureBlob ¶
func (server *MountServer) MountAzureBlob(ctx context.Context, req *mount_azure_blob.MountAzureBlobRequest, ) (resp *mount_azure_blob.MountAzureBlobResponse, err error)
MountAzureBlob mounts an azure blob container to given location
Click to show internal directories.
Click to hide internal directories.