mountlib: refactor before adding serve docker (#5415)
Co-authored-by: Ivan Andreev <ivandeex@gmail.com>
This commit is contained in:
parent
aab29353d1
commit
221dfc3882
9 changed files with 611 additions and 511 deletions
10
cmd/mountlib/sighup_unsupported.go
Normal file
10
cmd/mountlib/sighup_unsupported.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// +build plan9 js
|
||||
|
||||
package mountlib
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// NotifyOnSigHup makes SIGHUP notify given channel on supported systems
|
||||
func NotifyOnSigHup(sighupChan chan os.Signal) {}
|
Loading…
Add table
Add a link
Reference in a new issue