logging: consider unmarshaling structpb.Struct into map[string]interface{} #339
Labels
api: logging
Issues related to the Cloud Logging API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Currently a logging.Entry returns an
interface{}
. Perhaps we should provide some mechanism to unmarshal it into something useful (like a map?)The text was updated successfully, but these errors were encountered: