server

package
v0.0.0-...-3f5dc67 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fiber

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

func NewFiberServer

func NewFiberServer(conf *config.Config) Fiber

NewFiberServer is a function to initialize the fiber server

func (*Fiber) Adaptor

func (s *Fiber) Adaptor() http.HandlerFunc

func (*Fiber) ServerStart

func (s *Fiber) ServerStart()

type Server

type Server interface {
	ServerStart()
	Adaptor() http.HandlerFunc
}

Jump to

Keyboard shortcuts

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