# Functions
NewMockAdmin creates a new mock instance.
NewMockBot creates a new mock instance.
NewMockLogger creates a new mock instance.
NewMockPoster creates a new mock instance.
# Structs
MockAdmin is a mock of Admin interface.
MockAdminMockRecorder is the mock recorder for MockAdmin.
MockBot is a mock of Bot interface.
MockBotMockRecorder is the mock recorder for MockBot.
MockLogger is a mock of Logger interface.
MockLoggerMockRecorder is the mock recorder for MockLogger.
MockPoster is a mock of Poster interface.
MockPosterMockRecorder is the mock recorder for MockPoster.