package
0.0.0-20200618000048-983419a9aeed
Repository: https://github.com/insideci/nego.git
Documentation: pkg.go.dev
# Functions
NewCenter creates a new instance of Center.
No description provided by the author
No description provided by the author
NewDepartment returns a new instance of Department.
No description provided by the author
NewNegoError returns a new instance of NegoError.
NewNegoErrorConstant returns a new NegoError constant.
NewPage returns a new instance of page.
NewStudent creates a new instance of a student for test purposes.
No description provided by the author
NewUser returns a new instance of User.
# Structs
Center abstracts a UFPB Center.
No description provided by the author
Course abstracts.
Department abstract department in UFPB.
No description provided by the author
NegoError unifies errors between services and controllers.
Page describes a basic page model for fetching.
No description provided by the author
Student abstracts a basic UFPB student.
No description provided by the author
User describes a valid Nego user.
# Interfaces
Nego is a generic interface that all NEGO models should implement.