application

package
v0.0.0-...-834292d Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

package application is the main package for the SkyEye application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application interface {
	// Run runs the SkyEye application. It should be called exactly once.
	Run(context.Context) error
}

Application is the interface for running the SkyEye application.

func NewApplication

func NewApplication(ctx context.Context, config conf.Configuration) (Application, error)

NewApplication constructs a new Application.

Jump to

Keyboard shortcuts

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