Add support for PartCalloutResolution

Change-Id: Ia9ab315e43d98a742d2ad88ba2fb33bd3e56ee86
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/analyzer/service_data.hpp b/analyzer/service_data.hpp
index 7e39589..1639ed0 100644
--- a/analyzer/service_data.hpp
+++ b/analyzer/service_data.hpp
@@ -125,6 +125,14 @@
     void calloutProcedure(const callout::Procedure& i_procedure,
                           const callout::Priority& i_priority);
 
+    /**
+     * @brief Add callout for part type.
+     * @param i_part     The part type.
+     * @param i_priority The callout priority.
+     */
+    void calloutPart(const callout::PartType& i_part,
+                     const callout::Priority& i_priority);
+
     /** @brief Accessor to iv_calloutList. */
     const nlohmann::json& getCalloutList() const
     {