app

package
v0.0.0-...-6363e84 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package app contains routines in the application layer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Container

func Container() *di.Container

Container is a dependency injection container.

func Run

func Run(root *rootCommand) error

Run is a high level app entry function.

Types

type Command

type Command struct {
	*cobra.Command
}

Command is cli command type.

type SubCommand

type SubCommand interface {
	AddTo(root *rootCommand)
}

SubCommand interface defines AddTo method.

Jump to

Keyboard shortcuts

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