Skip to content

Releases: ralvarezdev/go-net

added SetLoadFn and SetRegisterRoutesFn to the Module interface

26 Jan 13:22
e1a0d85

Choose a tag to compare

feat: added SetLoadFn and SetRegisterRoutesFn to the Module interface

* Added SetLoadFn and SetRegisterRoutesFn to the Module interface
* Moved the Controller routing logic to the Module interface
* Removed Controller, Service and Validator interfaces

modified ValidatorWrapper interface

25 Jan 22:15
feabf65

Choose a tag to compare

v0.6.20

refactor: modified ValidatorWrapper interface

added controller's RegisterRoutes call on Module's Create method

25 Jan 22:01
eacbfb2

Choose a tag to compare

v0.6.19

refactor: added controller's RegisterRoutes call on Module's Create m…

added loadFn nil checker

25 Jan 19:22
91a38d3

Choose a tag to compare

v0.6.18

fix: added loadFn nil checker

added load function to the Module interface and implementation

25 Jan 19:16
b23a1ee

Choose a tag to compare

v0.6.17

feat: added load function to the Module interface and implementation

removed RegisterGroups function from Controller interface and implementation

25 Jan 18:42
c473d56

Choose a tag to compare

v0.6.16

refactor: removed RegisterGroups function from Controller interface a…

added the submodules as a parameter to the NewModule function

25 Jan 18:32
910c224

Choose a tag to compare

refactor: added the submodules as a parameter to the NewModule function

* Added the submodules as a parameter to the NewModule function
* Now, submodules controllers router are being created dynamically on the module Create function

modified RegisterGroups function signature

25 Jan 18:17
099b19a

Choose a tag to compare

v0.6.14

refactor: modified RegisterGroups function signature

added GetPath, GetService, GetValidator and GetController methods to the Module interface and implementation

25 Jan 18:09
e9aa845

Choose a tag to compare

v0.6.13

feat: added GetPath, GetService, GetValidator and GetController metho…

added GetRouter and Handler methods to Module interface and implementation

25 Jan 17:20
59b12d1

Choose a tag to compare

v0.6.12

feat: added GetRouter and Handler methods to Module interface and imp…