Documentation ¶
Overview ¶
Package service defines application resources and configuration.
Index ¶
Constants ¶
View Source
const Name = "brick-starter-kit"
Name is the name of this application or service.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { brick.BaseConfig Database database.Config `split_words:"true"` Jaeger jaeger.Config `split_words:"true"` }
Config defines application configuration.
type GreetingClearerProvider ¶ added in v0.0.3
GreetingClearerProvider is a service provider.
type GreetingMakerProvider ¶
GreetingMakerProvider is a service provider.
type Locator ¶
type Locator struct { *brick.BaseLocator GreetingMakerProvider GreetingClearerProvider }
Locator defines application resources.
Click to show internal directories.
Click to hide internal directories.