初版功能完成
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//go:build !windows
|
||||
|
||||
package nodeagent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
)
|
||||
|
||||
var ErrWindowsRequired = errors.New("RemLink Engineer and Site Nodes require Windows")
|
||||
|
||||
func Run(context.Context, Options) error { return ErrWindowsRequired }
|
||||
Reference in New Issue
Block a user