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, context.CancelFunc, *sync.WaitGroup) 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.
Click to show internal directories.
Click to hide internal directories.