# Functions
No description provided by the author
NewMockSystemInfo creates a new mock instance.
# Structs
MockSystemInfo is a mock of SystemInfo interface.
MockSystemInfoMockRecorder is the mock recorder for MockSystemInfo.
# Interfaces
go:generate mockgen -source=system.go -package=system -destination=mock_system.go.