https://github.com/aliyun/fc-runtime-go-sdk/blob/3c934e31cb8e51227e46fcade96b04b576babec6/events/oss.go#L43 `ObjectMeta` has only one field, which is not always sufficient. I suggest the following changes: ```go type ObjectMeta struct { MimeType *string `json:"mimeType"` UserMeta map[string]string `json:"userMeta"` } ```
fc-runtime-go-sdk/events/oss.go
Line 43 in 3c934e3
ObjectMetahas only one field, which is not always sufficient.I suggest the following changes: