package rmdir
import "go-hep.org/x/hep/xrootd/xrdproto/rmdir"
Package rmdir contains the structures describing rmdir request. See xrootd protocol specification (http://xrootd.org/doc/dev45/XRdv310.pdf, p. 106) for details.
Index ¶
Constants ¶
const RequestID uint16 = 3015
RequestID is the id of the request, it is sent as part of message. See xrootd protocol specification for details: http://xrootd.org/doc/dev45/XRdv310.pdf, 2.3 Client Request Format.
Types ¶
type Request ¶
type Request struct { Path string // contains filtered or unexported fields }
Request holds rmdir request parameters, such as the directory path.
func (Request) MarshalXrd ¶
MarshalXrd implements xrdproto.Marshaler.
func (*Request) Opaque ¶
Opaque implements xrdproto.FilepathRequest.Opaque.
func (*Request) ReqID ¶
ReqID implements xrdproto.Request.ReqID.
func (*Request) SetOpaque ¶
SetOpaque implements xrdproto.FilepathRequest.SetOpaque.
func (*Request) ShouldSign ¶
ShouldSign implements xrdproto.Request.ShouldSign.
func (*Request) UnmarshalXrd ¶
UnmarshalXrd implements xrdproto.Unmarshaler.
Source Files ¶
rmdir.go
- Version
- v0.37.0 (latest)
- Published
- May 20, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 5 hours ago –
Tools for package owners.