Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ServiceNow fields SNOW_CMDB_CI = "cmdb_ci" SNOW_CORRELATION_ID = "correlation_id" SNOW_SYS_ID = "sys_id" SNOW_USER_NAME = "user_name" // ServiceNow tables SNOW_SYS_USER_TABLE = "sys_user" SNOW_INCIDENT_TABLE = "incident" SNOW_CMDB_TABLE = "cmdb_ci" // internal fields CMDB_CI_DEFAULT = "_cmdb_ci_default" CMDB_SEARCH = "_cmdb_search" CMDB_TABLE = "_cmdb_table" INCIDENT_TABLE = "_table" PROFILE = "_profile" RAW_CORRELATION_ID = "_correlation_id" UPDATE_ONLY = "_update_only" )
View Source
const ( Failed = "Failed" Created = "Created" Updated = "Updated" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResultsResponse ¶
Click to show internal directories.
Click to hide internal directories.