agent/inventory/appconfig/const.go (7 lines of code) (raw):

package appconfig const ( InventoryRootDirName = "Inventory" InventoryContentHashFileName = "contentHash" RoleInventoryRootDirName = "role" FileInventoryRootDirName = "file" )