run.go 85 B

1234567
  1. package aws_manager
  2. func (r *AWSPluginRuntime) StartPlugin() error {
  3. return nil
  4. }