Add packages :

- package databse : use gorm lib to  implement this helpers
- package fpt client : expose a helper to post / read file from ftp server

Add component into package Config :
- add AWS custom / standard
- add database
- add Nats cluster
- add NutsDB cluster
- add smtp client
- fix some errors into tls, http component

Fix / Update :
- bump dependancies
- adapt some fix into aws config, smtp, http server, nats, nutsdb, status packages
- add gorm logger into logger pacakge
- fix issue #125
- fix issue #126
- fix issue #127
This commit is contained in:
Nicolas JUHEL
2022-02-27 17:06:37 +01:00
parent 02f694418a
commit 425962f8c0
110 changed files with 7119 additions and 1147 deletions

View File

@@ -29,7 +29,7 @@ package logger
import "github.com/nabbar/golib/errors"
const (
ErrorParamsEmpty errors.CodeError = iota + errors.MinPkgCertificate
ErrorParamsEmpty errors.CodeError = iota + errors.MinPkgLogger
ErrorValidatorError
)