framework

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package framework built-in iris web application alias.

Index

Constants

View Source
const (
	TracingSpan = middlewares.TracingSpan
)

Variables

View Source
var (
	// Config
	// is a singleton instance, It's alias for conf.Config.
	Config = conf.Config
)
View Source
var (
	// Do
	// is an alias for logics.Do.
	//
	//   framework.Do(i, logics.Example)
	Do = logics.Do
)
View Source
var (
	// New
	// is an alias for src.New.
	//
	//   component := framework.New()
	//   component.Run()
	New = src.New
)

Functions

This section is empty.

Types

type Application

type Application = src.Application

Application is alias for src.Application.

type Component

type Component = src.Component

Component is alias for src.Component.

type Configuration

type Configuration = conf.Configuration

Configuration is alias for conf.Configuration.

type ControllerEntry

type ControllerEntry = src.ControllerEntry

ControllerEntry is alias for src.ControllerEntry.

type HandlerEntry

type HandlerEntry = src.HandlerEntry

HandlerEntry is alias for src.HandlerEntry.

type Logic

type Logic = logics.Logic

type Logical

type Logical = logics.Logical

type ParallelRunner

type ParallelRunner = src.ParallelRunner

ParallelRunner is a goroutine runner process started with iris framework application.

Directories

Path Synopsis
src
Package src iris web framework bootstrap.
Package src iris web framework bootstrap.
commands/gen_annotation
Package gen_annotation parse annotation from source code file and recognize follows.
Package gen_annotation parse annotation from source code file and recognize follows.
conf
Package conf built-in iris web application configuration.
Package conf built-in iris web application configuration.
errs
Package errs built-in iris web application errors.
Package errs built-in iris web application errors.
logics
Package logics request logical scheduler.
Package logics request logical scheduler.
middlewares
Package middlewares built-in iris web application middlewares.
Package middlewares built-in iris web application middlewares.

Jump to

Keyboard shortcuts

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