# Functions

Bool is a helper routine that allocates a new bool value to store v and returns a pointer to it.
Float64 is a helper routine that allocates a new Float64 value to store v and returns a pointer to it.
Int is a helper routine that allocates a new int value to store v and returns a pointer to it.
Int64 is a helper routine that allocates a new int64 value to store v and returns a pointer to it.
ListAllBCSObjects provides a generic function for listing all items for a particular BCS Object type without needing the user to perform pagination.
ListBCSObject provides a generic function for listing the different BCS Object types which only differ in the list of Items it returns.
No description provided by the author
String is a helper routine that allocates a new string value to store v and returns a pointer to it.

# Constants

DateFormat represents the date only format provided in the Cisco results.
DateTimeMinusTimezoneFormat represents the datetime field provided in the Cisco results which they have chosen not to provide any timezone information for.
Error Constants.
Error Constants.
Error Constants.
Error Constants.
Error Constants.
Error Constants.
Error Constants.

# Structs

Asset defines model for Asset.
BCSListResponse is used for all currently known list types with a generic Items field to capture the various results.
CBPDetails defines model for CBPDetails.
CBPRules defines model for CBPRules.
CBPRulesReferences defines model for CBPRulesReferences.
CBPSummary defines model for CBPSummary.
No description provided by the author
ContractBasePID defines model for contractBasePID.
Date represente a date provided in the Cisco results.
DateTime represents the datetime field in the Cisco results which has no timezone information.
Device defines model for Device.
FieldNotice defines model for fieldNotices.
FieldNoticeBulletin defines model for FNBulletins.
HardwareEOX defines model for HWEOX.
HardwareEOXBulletin defines model for HWEOXBulletins.
ListOptions specifies the optional parameters to various List methods that support offset pagination and other features.
OrderablePid defines model for orderablePid.
RiskMitigationDetails defines model for riskMitigationDetails.
RiskMitigationSummary defines model for riskMitigationSummary.
SecurityAdvisory defines model for securityAdvisories.
SecurityAdvisoryBulletin defines model for PSIRTBulletins.
SerialNumberDetails defines model for serialNumberDetails.
SoftwareAlert defines model for softwareAlerts.
SoftwareEOX defines model for softwareEOX.
SoftwareEOXBulletin defines model for SWEOXBulletins.
SyslogDailyModel defines model for syslogDailyModel.
No description provided by the author

# Type aliases

Err implements the error interface so we can have constant errors.