service

package
v0.0.0-...-843d269 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CurrentUser

func CurrentUser() string

Types

type VaultService

type VaultService interface {
	GetAll() ([]*apimodel.CredentialResponse, error)
	GetSecret(common.Identifier, string) (string, error)
	Save(*apimodel.CredentialCreate, string) error
	Delete(common.Identifier) error
}

func NewVaultService

func NewVaultService(s storage.CredentialStore) VaultService

Jump to

Keyboard shortcuts

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