app

package
v4.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// Main Точка запуска, выполнения и завершения приложения.
	// Функция возвращает код ошибки, который передаётся в операционную систему и может быть считан запускающим
	// приложением, скриптом или операционной системой.
	Main() (code uint8, err error)

	// Cfg Возвращает интерфейс конфигурации приложения.
	Cfg() kitModuleCfg.Interface
}

Interface is an interface of package.

func Get

func Get() Interface

Get Функция возвращает интерфейс объекта пакета.

Jump to

Keyboard shortcuts

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