pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Enhanced control when creating structs #1

Closed scohen closed 8 years ago

scohen commented 8 years ago

I ran into some trouble when trying to import structs that were common across services. This is my attempt to fix that problem. I added some syntax so you can control the destination module for your models.

@jparise @jyang15

jyang15 commented 8 years ago

r+