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 ¶
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
}
Click to show internal directories.
Click to hide internal directories.