fiber

package module
v0.0.0-...-850d0d0 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: Apache-2.0 Imports: 5 Imported by: 1

README

fiber

gluon fiber extension

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FiberConfig

type FiberConfig struct {
	Enabled               bool   `config:"enabled"`
	Listen                string `config:"listen"`
	DisableStartupMessage bool   `config:"disable-start-message"`
}

func (*FiberConfig) ReadFromMapNode

func (item *FiberConfig) ReadFromMapNode(node config.MapNode) error

type FiberService

type FiberService struct {
	gluon.Annotation `name:"fiber" priority:"100" service:"true"`
	// contains filtered or unexported fields
}

func (*FiberService) Init

func (f *FiberService) Init(info *gluon.GluonInfo, runtime *gluon.Runtime) error

func (*FiberService) InitConfig

func (f *FiberService) InitConfig() interface{}

func (*FiberService) Start

func (f *FiberService) Start()

Jump to

Keyboard shortcuts

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