Documentation
¶
Index ¶
Constants ¶
View Source
const ( // 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 NewExpectedSwitchManager ¶
func NewExpectedSwitchManager(superForge *elektratypes.Elektra, superAPI *Manager.ManagerAPI, superConf *Manager.ManagerConf) *API
NewExpectedSwitchManager - returns a new instance of expected switch manager
func (*API) RegisterPublisher ¶
RegisterPublisher registers the ExpectedSwitchWorkflows with the Temporal client
func (*API) RegisterSubscriber ¶
RegisterSubscriber registers the ExpectedSwitchWorkflows with the Temporal client
Click to show internal directories.
Click to hide internal directories.