Commit Graph

5 Commits

Author SHA1 Message Date
Nicolas JUHEL
984ba51587 Rework Error interface
Package Errors:
- add function to check & cast error interface into golib Error interface
- update CodeError type to simplify management & error creation
- add function to simplify call of Error function from a generic error interface
- remove some useless function from Error interface

All Other Packages:
- apply change of package Errors into all other packages
2023-08-28 11:22:08 +02:00
Nicolas JUHEL
8c66bb8071 Bump source for go1.17 2021-09-13 08:55:42 +02:00
Nicolas JUHEL
fd09403eeb Add Code 2021-04-23 09:33:28 +02:00
Nicolas JUHEL
fc0630aa36 Fix package cluster not compatible with 32bits systems 2021-04-12 19:33:12 +02:00
Nicolas JUHEL
c083ca1d08 Add package cluster :
- based on dragonboat lib (https://github.com/lni/dragonboat)
- add extended config with validate
- add backend managment to allow simple implementation for backend simple, cocurrent & disk
- has no backend implemented and must be a lib for a cluster mode of one backend
2021-04-12 18:02:22 +02:00