Add Bytes type
This commit is contained in:
		@@ -165,6 +165,8 @@ func jsType(f *descriptor.FieldDescriptorProto) string {
 | 
				
			|||||||
		return fmt.Sprintf(template, "number")
 | 
							return fmt.Sprintf(template, "number")
 | 
				
			||||||
	case descriptor.FieldDescriptorProto_TYPE_BOOL:
 | 
						case descriptor.FieldDescriptorProto_TYPE_BOOL:
 | 
				
			||||||
		return fmt.Sprintf(template, "boolean")
 | 
							return fmt.Sprintf(template, "boolean")
 | 
				
			||||||
 | 
						case descriptor.FieldDescriptorProto_TYPE_BYTES:
 | 
				
			||||||
 | 
							return fmt.Sprintf(template, "Array<number>")
 | 
				
			||||||
	case descriptor.FieldDescriptorProto_TYPE_STRING:
 | 
						case descriptor.FieldDescriptorProto_TYPE_STRING:
 | 
				
			||||||
		return fmt.Sprintf(template, "string")
 | 
							return fmt.Sprintf(template, "string")
 | 
				
			||||||
	case descriptor.FieldDescriptorProto_TYPE_ENUM:
 | 
						case descriptor.FieldDescriptorProto_TYPE_ENUM:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user