tests

package
v0.0.0-...-f5bbbf4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const TestDataEnv = "TEST_DATA"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	KeyManagerURL        string   `json:"key_manager_url"`
	HealthKeyManagerURL  string   `json:"health_key_manager_url"`
	SecretStores         []string `json:"secret_stores"`
	KeyStores            []string `json:"key_stores"`
	EthStores            []string `json:"eth_stores"`
	QuorumNodeID         string   `json:"quorum_node_id"`
	BesuNodeID           string   `json:"besu_node_id"`
	GethNodeID           string   `json:"geth_node_id"`
	ApiKey               string   `json:"api_key"`
	AuthTLSKey           string   `json:"tls_key"`
	AuthTLSCert          string   `json:"tls_cert"`
	AuthOIDCTokenURL     string   `json:"oidc_token_url"`
	AuthOIDCClientID     string   `json:"oidc_client_id"`
	AuthOIDCClientSecret string   `json:"oidc_client_secret"`
}

func NewConfig

func NewConfig() (*Config, error)

Jump to

Keyboard shortcuts

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