package version1 import ( "key_performance_indicators/api/version1/bookimg" "key_performance_indicators/api/version1/departmentseting/departmentpc" "key_performance_indicators/api/version1/departmentseting/departmentweb" "key_performance_indicators/api/version1/honoraryArchives" "key_performance_indicators/api/version1/postseting/postpc" "key_performance_indicators/api/version1/postseting/postweb" ) type ApiEntry struct { HonorsApi honoraryArchives.ApiMethod PostPcApi postpc.ApiMethod PostWebApi postweb.ApiMethod DeparmentPcApi departmentpc.ApiMethod DeparmentWebApi departmentweb.ApiMethod BookImg bookimg.ApiMethod } var AppApiEntry = new(ApiEntry)