Documentation
¶
Index ¶
- Constants
- func DiskId2Name(id int) string
- func ExecInDaemon(cmd string, argv []string) (pid uint32, err error)
- func IsDNS1123Label(value string) bool
- func IsDNSLabel(value string) bool
- func Mount(src, dst string, readOnly bool) error
- func Umount(root string)
- func UnixSocketConnect(name string) (conn net.Conn, err error)
Constants ¶
View Source
const (
Dns1123LabelFmt = "[a-z0-9]([-a-z0-9]*[a-z0-9])?"
)
Variables ¶
This section is empty.
Functions ¶
func DiskId2Name ¶
func IsDNS1123Label ¶
IsDNS1123Label tests for a string that conforms to the definition of a label in DNS (RFC 1123).
func IsDNSLabel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.