hashicorp/faas-nomad

View on GitHub
types/provider_config.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

type ProviderConfig struct {
    Vault             VaultConfig
    Datacenter        string
    ConsulAddress     string
    ConsulDNSEnabled  bool
    CPUArchConstraint string
}