Documentation
¶
Index ¶
Constants ¶
View Source
const ( // InventoryQueuePrefix is the prefix for the inventory temporal queue InventoryQueuePrefix = "inventory-" // InventoryCarbidePageSize is the number of items to be fetched from Carbide API at a time InventoryCarbidePageSize = 100 // InventoryCloudPageSize is the number of items to be sent to Cloud at a time InventoryCloudPageSize = 25 // InventoryDefaultSchedule is the default schedule for inventory discovery InventoryDefaultSchedule = "@every 3m" )
Variables ¶
View Source
var ManagerAccess *Manager.ManagerAccess
ManagerAccess - access to all managers
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct{}
API - all API interface
func NewMachineManager ¶
func NewMachineManager(superForge *elektratypes.Elektra, superAPI *Manager.ManagerAPI, superConf *Manager.ManagerConf) *API
NewMachineManager - returns a new instance of helm manager
func (*API) RegisterPublisher ¶
RegisterPublisher registers the MachineWorkflows with the Temporal client
func (*API) RegisterSubscriber ¶
RegisterSubscriber registers the Machine workflows/activities with the Temporal client
Click to show internal directories.
Click to hide internal directories.