Documentation ¶
Overview ¶
Package custom contains a gatherer for collecting custom inventory items
Index ¶
Constants ¶
View Source
const ( // GathererName captures name of custom gatherer GathererName = "CustomInventory" // FileSuffix represents custom inventory file extension FileSuffix = ".json" // CustomInventoryTypeNamePrefix represents custom inventory typename prefix CustomInventoryTypeNamePrefix = "Custom:" // TypeNameLengthLimit represents custom inventory typename length limit TypeNameLengthLimit = 100 // CustomInventoryCountLimit represents custom inventory type count limit CustomInventoryCountLimit = 20 // AttributeCountLimit represents custom inventory entry's attribute count limit AttributeCountLimit = 50 // AttributeNameLengthLimit represents custom inventory entry's attribute name length limit AttributeNameLengthLimit = 64 // AttributeValueLengthLimit represents custom inventory entry's attribute value length limit AttributeValueLengthLimit = 4096 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type T ¶
type T struct{}
T represents custom gatherer
func (*T) RequestStop ¶
RequestStop stops the execution of custom gatherer
Click to show internal directories.
Click to hide internal directories.