configfx

package
v0.0.0-...-6b7fec4 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Provide(New)

Module provides a config.Provider.

Functions

This section is empty.

Types

type Params

type Params struct {
	fx.In

	ExtraOptions []config.YAMLOption `group:"configopts"`
}

Params defines the dependencies of the configfx module.

type Result

type Result struct {
	fx.Out

	Provider config.Provider
}

Result defines the objects that the configfx module provides.

func New

func New(p Params) (Result, error)

Jump to

Keyboard shortcuts

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