From 0bc0611f9264b3afceca8c3e6f22b16032c882a6 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Thu, 6 Jul 2017 16:23:50 +1000 Subject: [PATCH] comments for cache --- configCRM.go | 1 + 1 file changed, 1 insertion(+) diff --git a/configCRM.go b/configCRM.go index 23d4cd1..d9784b6 100644 --- a/configCRM.go +++ b/configCRM.go @@ -19,6 +19,7 @@ type EspoCRMAPIConfig struct { //access Password UserPass string `json:"UserPass"` + //where attachment is cached AttachmentCache string `json:"AttachmentCache"` }