I have the following proto file.
enum InventoryType { LARGE = 0; SMALL = 1; }
my go code:
import ( "context"