//
pkg.gl
Category
github.com/AdhityaRamadhanus/userland
pkg
server
api
package
0.0.0-20200101092557-8717a1f043ab
Repository:
https://github.com/adhityaramadhanus/userland.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
55 SLOC
#
Packages
handlers
No description provided by the author
serializers
No description provided by the author
#
Functions
NewServer
NewServer create Server from Handler.
#
Structs
Server
Server hold mux Router and information of host port and address of our app.
#
Interfaces
Handler
Handler is a contract to every handler that want to be included in the apps.