service

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2022 License: MIT Imports: 4 Imported by: 0

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

type GreetingClearerProvider interface {
	GreetingClearer() greeting.Clearer
}

GreetingClearerProvider is a service provider.

type GreetingMakerProvider

type GreetingMakerProvider interface {
	GreetingMaker() greeting.Maker
}

GreetingMakerProvider is a service provider.

type Locator

Locator defines application resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL