package
0.0.0-20230704194108-057e48f7badc
Repository: https://github.com/jecsand/go-rest-api-boilerplate.git
Documentation: pkg.go.dev

# Functions

NewGroupRouter is a function that initializes a new groupRouter struct.
NewServer is a function used to initialize a new Server struct.
NewTaskRouter is a function that initializes a new groupRouter struct.
NewUserRouter is a function that initializes a new userRouter struct.

# Structs

Server is a struct that stores the API Apps high level attributes such as the router, config, and services.