fs

package
v0.0.0-...-d8c43a0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StateStorageTypeFileSystem    = "fs"
	SecretsProviderTypePassphrase = "passphrase"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSystemStateStorage

type FileSystemStateStorage struct {
	Path string `json:"path" yaml:"path"`
}

FileSystemStateStorage describes file system state storage

func (*FileSystemStateStorage) CredentialsValue

func (d *FileSystemStateStorage) CredentialsValue() string

func (*FileSystemStateStorage) IsProvisionEnabled

func (d *FileSystemStateStorage) IsProvisionEnabled() bool

func (*FileSystemStateStorage) ProjectIdValue

func (d *FileSystemStateStorage) ProjectIdValue() string

func (*FileSystemStateStorage) ProviderType

func (d *FileSystemStateStorage) ProviderType() string

func (*FileSystemStateStorage) StorageUrl

func (d *FileSystemStateStorage) StorageUrl() string

type PassphraseSecretsProvider

type PassphraseSecretsProvider struct {
	PassPhrase string `json:"passPhrase" yaml:"passPhrase"`
}

PassphraseSecretsProvider describes pass phrase secrets provider

func (*PassphraseSecretsProvider) CredentialsValue

func (d *PassphraseSecretsProvider) CredentialsValue() string

func (*PassphraseSecretsProvider) IsProvisionEnabled

func (d *PassphraseSecretsProvider) IsProvisionEnabled() bool

func (*PassphraseSecretsProvider) KeyUrl

func (d *PassphraseSecretsProvider) KeyUrl() string

func (*PassphraseSecretsProvider) ProjectIdValue

func (d *PassphraseSecretsProvider) ProjectIdValue() string

func (*PassphraseSecretsProvider) ProviderType

func (d *PassphraseSecretsProvider) ProviderType() string

Jump to

Keyboard shortcuts

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