app

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application interface {
	// Start 程序启动入口,可以是cronjob、httpserver、consumer...
	Start()
	// Stop 用于优雅关闭
	Stop(ctx context.Context)
}

type DanLanApp

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

func NewDanLanApp

func NewDanLanApp(app Application) *DanLanApp

func (*DanLanApp) Start

func (s *DanLanApp) Start()

Jump to

Keyboard shortcuts

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