Documentation ¶
Overview ¶
Package service defines application resources and configuration.
Index ¶
Constants ¶
View Source
const Name = "goods"
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 GreetingMakerProvider ¶
GreetingMakerProvider is a service provider.
type Locator ¶
type Locator struct { *brick.BaseLocator GreetingMakerProvider }
Locator defines application resources.
Click to show internal directories.
Click to hide internal directories.