//
pkg.gl
Category
github.com/hashicorp/nomad
client
lib
fifo
package
0.12.12
Repository:
https://github.com/hashicorp/nomad.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
54
Files
36 SLOC
#
Functions
CreateAndRead
CreateAndRead creates a fifo at the given path, and returns an open function for reading.
IsClosedErr
OpenReader
OpenWriter
OpenWriter opens a fifo file for writer, assuming it already exists, returns io.WriteCloser.
Remove
Remove a fifo that already exists at a given path.