weatherfx

package
v1.19.2 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Client

func Client(name string, opts ...thrift.ClientOption) interface{}

Client provides a Weather client to an Fx application using the given name for routing.

fx.Provide(
	weatherfx.Client("..."),
	newHandler,
)

Types

type Params

type Params struct {
	fx.In

	Provider yarpc.ClientConfig
}

Params defines the dependencies for the Weather client.

type Result

type Result struct {
	fx.Out

	Client weatherclient.Interface
}

Result defines the output of this Fx module. It provides a Weather client to an Fx application.

Jump to

Keyboard shortcuts

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