Documentation
¶
Index ¶
Constants ¶
View Source
const (
EnvPrefix = "BRICKS_"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Microservice ¶
type Microservice struct {
ServingAddr string `koanf:"servingAddr"`
ObservabilityEnabled bool `koanf:"observabilityEnabled"`
}
func (Microservice) EnableObservability ¶ added in v0.24.0
func (m Microservice) EnableObservability() bool
type Observable ¶ added in v0.24.0
type Observable interface {
EnableObservability() bool
}
Click to show internal directories.
Click to hide internal directories.