goapp

package module
v0.0.0-...-456f609 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 2 Imported by: 1

README

Go app

This is a simple tool set for building go applications

Installing
go get github.com/ShuffleBoy/goapp

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

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

func NewApp

func NewApp(options ...Option) *App

func (*App) AddInvoker

func (a *App) AddInvoker(f any)

func (*App) AddInvokers

func (a *App) AddInvokers(fs ...any)

func (*App) AddProvider

func (a *App) AddProvider(constructor any)

func (*App) AddProviders

func (a *App) AddProviders(constructors ...any)

func (*App) Start

func (a *App) Start()

type Option

type Option func(app *App)

func WithConcurrentInvokers

func WithConcurrentInvokers() Option

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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