Skip to content

Releases: ralvarezdev/go-net

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

25 Jan 22:01
eacbfb2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.6.12

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

added GetRouter to Controller interface and implementation

25 Jan 17:14
696c28e
Compare
Choose a tag to compare
feat: added GetRouter to Controller interface and implementation

* Added GetRouter to Controller interface and implementation
* Renamed Create as CreateRouter on Controller interface

create Service, Validator, Controller and Module structs (part IV)

25 Jan 16:56
27250d7
Compare
Choose a tag to compare
v0.6.10

refactor: create Service, Validator, Controller and Module structs (p…