app

package
v0.22.1 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2022 License: AGPL-3.0, AGPL-3.0-only Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module("app",
	fx.Provide(
		New,
		command.New,
		query.New,
	),
)

Functions

This section is empty.

Types

type App

type App struct {
	Query   query.Query
	Command command.Command
}

func New

func New(
	query query.Query,
	command command.Command,
) App

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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