mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	Create sdk/ and api/ submodules (#6583)
This commit is contained in:
		| @@ -4,12 +4,12 @@ import ( | ||||
| 	"log" | ||||
| 	"os" | ||||
|  | ||||
| 	"github.com/hashicorp/vault/helper/pluginutil" | ||||
| 	"github.com/hashicorp/vault/sdk/helper/pluginutil" | ||||
| 	"github.com/hashicorp/vault/plugins/database/postgresql" | ||||
| ) | ||||
|  | ||||
| func main() { | ||||
| 	apiClientMeta := &pluginutil.APIClientMeta{} | ||||
| 	apiClientMeta := &api.APIClientMeta{} | ||||
| 	flags := apiClientMeta.FlagSet() | ||||
| 	flags.Parse(os.Args[1:]) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell