custom_provider

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Example: Custom Provider Implementation

This example demonstrates how to create a custom vault provider that can be used with omnivault. External providers can be developed as separate Go modules and injected via Config.CustomVault.

To create your own provider: 1. Implement the vault.Vault interface 2. Create a constructor function that returns vault.Vault 3. Inject via omnivault.Config{CustomVault: yourProvider}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL