Versions in this module Expand all Collapse all v0 v0.0.7 Apr 9, 2024 v0.0.6 Mar 21, 2024 Changes in this version + type MockAuthorizer struct + func NewMockAuthorizer(ctrl *gomock.Controller) *MockAuthorizer + func (m *MockAuthorizer) EXPECT() *MockAuthorizerMockRecorder + func (m *MockAuthorizer) IsNetworkAddressAuthorized(arg0, arg1 string) (bool, error) + func (m *MockAuthorizer) IsRequestAuthorized(arg0 *http.Request) bool + func (m *MockAuthorizer) IsResponseAuthorized(arg0 *http.Response) bool + type MockAuthorizerMockRecorder struct + func (mr *MockAuthorizerMockRecorder) IsNetworkAddressAuthorized(arg0, arg1 interface{}) *gomock.Call + func (mr *MockAuthorizerMockRecorder) IsRequestAuthorized(arg0 interface{}) *gomock.Call + func (mr *MockAuthorizerMockRecorder) IsResponseAuthorized(arg0 interface{}) *gomock.Call