# Functions
No description provided by the author
NewMockService creates a new mock instance.
NewMockSystemdManager creates a new mock instance.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
MockService is a mock of Service interface.
MockServiceMockRecorder is the mock recorder for MockService.
MockSystemdManager is a mock of SystemdManager interface.
MockSystemdManagerMockRecorder is the mock recorder for MockSystemdManager.
# Interfaces
go:generate mockgen -package=service -destination=mock_systemd.go .
go:generate mockgen -package=service -destination=mock_systemd_manager.go .