Documentation
¶
Overview ¶
Package inventoryagentimpl implements a component to generate the 'datadog_agent' metadata payload for inventory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MockModule ¶
MockModule defines the fx options for the mock component.
Usage:
fxutil.Test[dependencies]( t, inventoryagentimpl.MockModule(), )
Types ¶
type MockProvides ¶
type MockProvides struct {
fx.Out
Comp iainterface.Component
}
MockProvides is the mock component output
type Payload ¶
type Payload struct {
Hostname string `json:"hostname"`
Timestamp int64 `json:"timestamp"`
Metadata agentMetadata `json:"agent_metadata"`
UUID string `json:"uuid"`
}
Payload handles the JSON unmarshalling of the metadata payload
func (*Payload) MarshalJSON ¶
MarshalJSON serialization a Payload to JSON
Click to show internal directories.
Click to hide internal directories.