# Functions
NewID is a small wrapper that returns a UUID used for agent client IDs.
# Structs
PerformAction is the stubbed action type for the mocked server.
StubServer is the type that mocks an elastic agent controller server.
StubServerV2 is the mocked server implementation for the V2 controller.
# Interfaces
StubServerStore is the interface that mocks the server artifact store.
# Type aliases
StubServerAction is used by the StubServer.
StubServerArtifactFetch is the artifact fetch function for the V2 controller.
StubServerCheckin is used by the StubServer.
StubServerCheckinV2 is the checkin function for the V2 controller.
StubServerLog is the logging function for the V2 controller.