func protoToAny()

in common.go [33:35]


func protoToAny(value *structpb.Value) any {
	return value.AsInterface()
}