Luiz Carlos Rodrigues

Results 3 issues of Luiz Carlos Rodrigues

I have a need to have multiple tags like this: ClientId string `json:"clientId" mapstructure:"uuid","clientId"` Is that possible? Am I doing wrong? Because it´s not working

## Your Question When using the statement below, some fields on associated table are been updated to null. `database.Db.WithContext(ctx).Session(&gorm.Session{FullSaveAssociations: true}).Clauses(clause.Returning{}).Updates(&client)` Here is my model: > type Persons struct { >...

type:question

Hi, anyone already had to sign the appsync request using aws sign v4? AWS Doc: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html Example: https://github.com/aws-samples/sigv4-signing-examples/blob/main/sdk/golang/main.go