Move bot config to separate struct.
This commit is contained in:
parent
aa0cdf3719
commit
1b1af39b61
8 changed files with 353 additions and 286 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
gomock "go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
// MockHTTPClient is a mock of HTTPClient interface.
|
||||
// MockHTTPClient is a mock of HTTPClientI interface.
|
||||
type MockHTTPClient struct {
|
||||
ctrl *gomock.Controller
|
||||
recorder *MockHTTPClientMockRecorder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue