app

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ServeCommandModule = module.Module{
		{Constructor: NewServe},
	}.Append(mod)

	TestCommandModule = module.Module{
		{Constructor: NewTest},
	}.Append(mod)
)

Functions

func NewServe

func NewServe(params ServeParams) helium.App

func NewTest

func NewTest(params ServeParams) helium.App

Types

type ServeParams

type ServeParams struct {
	dig.In

	Logger *zap.SugaredLogger
	Viper  *viper.Viper
}

type TestParams

type TestParams struct {
	dig.In

	Logger *zap.SugaredLogger
	Viper  *viper.Viper
}

Jump to

Keyboard shortcuts

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