mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 02:14:02 +03:00
Add new TCPBufferSize parameter to network
This commit is contained in:
@@ -33,3 +33,7 @@ func (m *MtglibNetworkMock) MakeHTTPClient(dialFunc func(ctx context.Context,
|
||||
func (m *MtglibNetworkMock) IdleTimeout() time.Duration {
|
||||
return m.Called().Get(0).(time.Duration)
|
||||
}
|
||||
|
||||
func (m *MtglibNetworkMock) TCPBufferSize() int {
|
||||
return m.Called().Int(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user