storefx

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 Store client to an Fx application using the given name for routing.

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

Types

type Params added in v1.13.0

type Params struct {
	fx.In

	Provider yarpc.ClientConfig
}

Params defines the dependencies for the Store client.

type Result added in v1.13.0

type Result struct {
	fx.Out

	Client storeclient.Interface
}

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

Jump to

Keyboard shortcuts

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