app

package
v0.0.0-...-bdedfc3 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetContainer

func GetContainer(ctx context.Context) context.Context

Types

type App

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

func GetApp

func GetApp(ctx context.Context) *App

func New

func New(ctx context.Context) *App

func (App) GetContext

func (app App) GetContext() context.Context

func (App) GetName

func (app App) GetName() string

func (App) GetVersion

func (app App) GetVersion() string

func (App) Run

func (app App) Run()

func (App) RunMigration

func (app App) RunMigration()

type AppInterface

type AppInterface interface {
	GetVersion() string
	GetName() string
	GetContext() context.Context
	Run()
}

Jump to

Keyboard shortcuts

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