run.go 88 B

123456
  1. package local_manager
  2. func (r *LocalPluginRuntime) StartPlugin() error {
  3. return nil
  4. }