# Functions
NewGRPCServer initializes and returns a new grpcServer instance.
NewMockLog_ProduceStreamServer creates a new mock instance.
Configures the server to use a specific CommitLog implementation.
# Structs
Config represents the configuration for the server.
MockLog_ProduceStreamServer is a mock of Log_ProduceStreamServer interface.
MockLog_ProduceStreamServerMockRecorder is the mock recorder for MockLog_ProduceStreamServer.
# Interfaces
CommitLog defines the interface for a commit log system.
# Type aliases
Option defines a function signature for configuring the grpcServer.