package
0.0.0-20240925130209-36e4bf4d5b17
Repository: https://github.com/1password/shell-plugins.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CredentialUsageID uniquely identifies a CredentialUsage within a plugin.
DeprovisionCredentialRequest augments sdk.DeprovisionInput with a CredentialID so Deprovision() can be called over RPC.
ExecutableNeedsAuthRequest augments sdk.NeedsAuthenticationInput with the ID of an executable so NeedsAuth() can be called over RPC.
GetPluginResponse augments schema.Plugin with information about which credentials have the (optional) Importer set and which executables have the (optional) NeedsAuth field set.
ImportCredentialRequest augments sdk.ImportInput with a CredentialID so Import() can be called over RPC.
ProvisionCredentialRequest augments sdk.ProvisionInput with a CredentialID so Provision() can be called over RPC.
ProvisionerID uniquely identifies a provisioner within a plugin.

# Type aliases

CredentialID uniquely identifies a credential within a plugin.
ExecutableID uniquely identifies an executable within a schema.Plugin by its slice index.