Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceOptions ¶
type ServiceOptions struct {
Consul consulClient.ConsulClient
EnvironmentName string
Logger logger.Logger
ServiceName string
}
func NewServiceOptions ¶
func NewServiceOptions(logger logger.Logger, envManager envManager.EnvironmentVariableManager, environmentName string, serviceName string) *ServiceOptions
Click to show internal directories.
Click to hide internal directories.