Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewSmbGlobalMappingResponse ¶
type NewSmbGlobalMappingResponse struct {
}
type RemoveSmbGlobalMappingRequest ¶
type RemoveSmbGlobalMappingRequest struct {
RemotePath string
}
type RemoveSmbGlobalMappingResponse ¶
type RemoveSmbGlobalMappingResponse struct {
}
type ServerInterface ¶
type ServerInterface interface {
NewSmbGlobalMapping(context.Context, *NewSmbGlobalMappingRequest, apiversion.Version) (*NewSmbGlobalMappingResponse, error)
RemoveSmbGlobalMapping(context.Context, *RemoveSmbGlobalMappingRequest, apiversion.Version) (*RemoveSmbGlobalMappingResponse, error)
}
All the functions this group's server needs to define.
type VersionedAPI ¶
Click to show internal directories.
Click to hide internal directories.