Documentation ¶ Index ¶ Constants Variables Constants ¶ View Source const ( // Name is the name of the plugin. Name = "vault-plugin-secrets-gcp-cab" // Version is the version of the release. Version = "1.0.0" ) Variables ¶ View Source var ( // GitCommit is the specific git commit of the plugin. This is completed by // the compiler. GitCommit string // HumanVersion is the human-formatted version of the plugin. HumanVersion = fmt.Sprintf("%s v%s (%s)", Name, Version, GitCommit) ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files version.go Directories ¶ Show internal Expand all Path Synopsis cmd Click to show internal directories. Click to hide internal directories.