package
0.0.0-20250108064152-68258f772b2a
Repository: https://github.com/go-kod/kod-mono.git
Documentation: pkg.go.dev

# Functions

NewMockGinController creates a new mock instance.
NewMockGraphController creates a new mock instance.
NewMockGrpcController creates a new mock instance.

# Constants

GinController is the full name of the component [github.com/go-kod/kod-mono/internal/adaptor/server/GinController].
GraphController is the full name of the component [github.com/go-kod/kod-mono/internal/adaptor/server/GraphController].
GrpcController is the full name of the component [github.com/go-kod/kod-mono/internal/adaptor/server/GrpcController].
GrpcController_UniqueId_FullMethodName is the full name of the method [grpcImpl.UniqueId].

# Structs

MockGinController is a mock of GinController interface.
MockGinControllerMockRecorder is the mock recorder for MockGinController.
MockGinControllerUniqueIDCall wrap *gomock.Call.
MockGraphController is a mock of GraphController interface.
MockGraphControllerMockRecorder is the mock recorder for MockGraphController.
MockGraphControllerMutationCall wrap *gomock.Call.
MockGraphControllerQueryCall wrap *gomock.Call.
MockGrpcController is a mock of GrpcController interface.
MockGrpcControllerMockRecorder is the mock recorder for MockGrpcController.
MockGrpcControllerUniqueIdCall wrap *gomock.Call.
No description provided by the author

# Interfaces

GinController is implemented by [ginImpl], which can be mocked with [NewMockGinController].
GraphController is implemented by [resolver], which can be mocked with [NewMockGraphController].
GrpcController is implemented by [grpcImpl], which can be mocked with [NewMockGrpcController].