Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Operators = struct { Equals Operator Exists Operator }{ "EQUALS", "EXISTS", }
Operators offers the known enum values
View Source
var Values = struct { AllOther Value CitrixAppFlow Value CitrixIca Value CitrixIcaOverSSL Value DB2Drda Value HTTP Value HTTPS Value HTTPExpress Value Informix Value MySQL Value Oracle Value SAPGUI Value SAPGUIOverHTTP Value SAPGUIOverHTTPS Value SAPHanaDB Value SAPRfc Value SSL Value TDS Value }{ "ALL_OTHER", "CITRIX_APPFLOW", "CITRIX_ICA", "CITRIX_ICA_OVER_SSL", "DB2_DRDA", "HTTP", "HTTPS", "HTTP_EXPRESS", "INFORMIX", "MYSQL", "ORACLE", "SAP_GUI", "SAP_GUI_OVER_HTTP", "SAP_GUI_OVER_HTTPS", "SAP_HANA_DB", "SAP_RFC", "SSL", "TDS", }
Values offers the known enum values
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator string
Operator Operator of the comparison. You can reverse it by setting **negate** to `true`. Possible values depend on the **type** of the comparison. Find the list of actual models in the description of the **type** field and check the description of the model you need.
Click to show internal directories.
Click to hide internal directories.