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 have an operation which name is UpdateClusterEnableISCSISetting, ISCSI is an abbreviation so it should be uppercase, but snakize will convert it to i_s_c_s_i, so UpdateClusterEnableISCSISetting is convert to update_cluster_enable_i_s_c_s_i_setting which looked so weird. How can I tell go swagger not to snakize some abbreviatiojn like ISCSI or other things?
I read the code and find a LanguageOpts will determine how snakize work, but I don't find how to modify it.
Environment
swagger version: latest
go version: 1.17
OS: win10