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
A CLI option to allow for the original name in the avro schema (or fullname) to be maintained and capitalized in the resulting go struct would be beneficial.
package salesforce
// Code generated by avro/gen. DO NOT EDIT.// OneTwoThreeFourFive is a generated struct.typeOneTwoThreeFourFivestruct {
CreatedDateint64`avro:"CreatedDate" json:"created_date"`
}
package salesforce
// Code generated by avro/gen. DO NOT EDIT.// One_two_three_four__five is a generated struct.typeOne_two_three_four__fivestruct {
CreatedDateint64`avro:"CreatedDate" json:"created_date"`
}
The text was updated successfully, but these errors were encountered:
A CLI option to allow for the original name in the avro schema (or fullname) to be maintained and capitalized in the resulting go struct would be beneficial.
Schema
Current
Command
Output
Desired
Command (placeholder)
Output
The text was updated successfully, but these errors were encountered: