helium

package module
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: 4 Imported by: 0

README

Helium

codecov CircleCI Report

logo
  • bind - simple replacement for echo.Binder
  • examples - of application
  • logger - simple package with zap / echo logger
  • orm - connect to PG database and check connection
  • redis - connect to redis and check connection
  • settings - wrapper around viper
  • validate - simple replacement for echo.Validate

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	Run(ctx context.Context) error
}

type Helium added in v0.5.0

type Helium struct {
	// contains filtered or unexported fields
}

func New added in v0.5.0

func New(cfg *settings.App, mod module.Module) (*Helium, error)

func (Helium) Run added in v0.5.0

func (p Helium) Run() error

Run trying invoke app instance from DI container and start app with Run call

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

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