YaroslavPodorvanov / golang-struct-to-elastic-mapping

https://github.com/olivere/elastic/issues/694
MIT License
14 stars 3 forks source link

Elasticgen #14

Closed resilientecho closed 7 months ago

resilientecho commented 7 months ago

Implements the task from issue https://github.com/YaroslavPodorvanov/golang-struct-to-elastic-mapping/issues/13

YaroslavPodorvanov commented 1 week ago

Expected:

testmocks:
    # go install go.uber.org/mock/mockgen@latest
    mockgen \
        -build_flags=--mod=mod \
        -destination=internal/mocks/mock_any_repository.go \
        -package mocks github.com/readytotouch-yaaws/yaaws-go/internal/domain AnyRepository

PR reverted