Documentation ¶ Index ¶ Variables type AgentStatus Constants ¶ This section is empty. Variables ¶ View Source var ( JwtKey jwtContextKeyType CmdCredentialsKey cmdCredentialsContextKeyType ) Functions ¶ This section is empty. Types ¶ type AgentStatus ¶ type AgentStatus struct { Connected bool StateUpdateSuccessfull *bool // nil means the request has not been made yet InventoryUpdateSuccessfull *bool // nil means the request has not been made yet InventoryUpdateError error StateUpdateError error } Source Files ¶ View all Source files agent_status.gocommon.go Click to show internal directories. Click to hide internal directories.