contract

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventKernelRequest    = "kernel.request"
	EventKernelController = "kernel.controller"
	EventKernelResponse   = "kernel.response"
	EventKernelTerminate  = "kernel.terminate"
	EventKernelException  = "kernel.exception"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Kernel

type Kernel interface {
	Environment() string

	DebugMode() bool

	ServiceContainer() containercontract.Container

	EventDispatcher() eventcontract.EventDispatcher

	Config() configcontract.Configuration

	HttpRouter() httpcontract.Router

	HttpKernel() httpcontract.Kernel

	Clock() clockcontract.Clock
}

Jump to

Keyboard shortcuts

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