app

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use: "run",
	Run: func(cmd *cobra.Command, args []string) {
		runApp()
	},
}

Functions

This section is empty.

Types

type Application

type Application struct {
	Name       string
	Version    string
	Config     *config.Config
	HttpServer *fiber.App
	Api        *api.Api
}

func NewApplication

func NewApplication(name string) (*Application, error)

func (*Application) Run

func (app *Application) Run() error

Jump to

Keyboard shortcuts

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