Stas Dmytryshyn

Results 12 comments of Stas Dmytryshyn

Hi @trenoncourt , Okey, i`ll take develop branch. In fact, snake_case will be supported only by static mapping and entity build (at the current time) Yep, i don`t want to...

hi @n0trace , this also requires one additional fix for optional vars. Example interface: ```go import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/s3" ) type s3Client interface { HeadBucket(ctx context.Context, input...