vendor update
This commit is contained in:
parent
5353429b8c
commit
c615c4bb00
@ -78,7 +78,7 @@ func (f *FileLock) Unlock() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (f *FileLock) LockWithTimeout(tm time.Duration, Exclusive bool) error {
|
func (f *FileLock) LockWithTimeout(tm time.Duration, Exclusive bool) error {
|
||||||
return stario.StopUntilTimeout(tm, func(tmout chan struct{}) error {
|
return stario.WaitUntilTimeout(tm, func(tmout chan struct{}) error {
|
||||||
err := f.Lock(Exclusive)
|
err := f.Lock(Exclusive)
|
||||||
select {
|
select {
|
||||||
case <-tmout:
|
case <-tmout:
|
||||||
|
@ -59,7 +59,7 @@ func Daemon(path string, args ...string) (int, error) {
|
|||||||
return pid, nil
|
return pid, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (starcli *StarCmd) SetRunUser(uid, gid uint32) {
|
func (starcli *StarCmd) SetRunUser(uid, gid uint32, groups []uint32) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user