Move platformInit and plugin load to server
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
9
server/server_unsupported.go
Normal file
9
server/server_unsupported.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !linux
|
||||
|
||||
package server
|
||||
|
||||
import "context"
|
||||
|
||||
func apply(_ context.Context, _ *Config) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user