You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate interfaces over the GCP Datastore library. This has four structs: Client, Transaction, Iterator, and Commit.
Ideally I'd like to use interfacer to generate these all into the same target file, perhaps -for and -as could take multiple arguments to a single -o output file.
Unless I am mistaken, I believe this is not currently possible. It would be a nice feature :)
The text was updated successfully, but these errors were encountered:
I want to generate interfaces over the GCP Datastore library. This has four structs: Client, Transaction, Iterator, and Commit.
Ideally I'd like to use interfacer to generate these all into the same target file, perhaps
-for
and-as
could take multiple arguments to a single-o
output file.Unless I am mistaken, I believe this is not currently possible. It would be a nice feature :)
The text was updated successfully, but these errors were encountered: