Versions in this module Expand all Collapse all v1 v1.0.1 Oct 8, 2023 v1.0.0 Apr 11, 2022 Changes in this version + type MockAuth struct + func NewMockAuth(ctrl *gomock.Controller) *MockAuth + func (m *MockAuth) EXPECT() *MockAuthMockRecorder + func (m *MockAuth) Login(arg0 context.Context, arg1 api.AuthMethod) (*api.Secret, error) + type MockAuthMockRecorder struct + func (mr *MockAuthMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call + type MockLogicaler struct + func NewMockLogicaler(ctrl *gomock.Controller) *MockLogicaler + func (m *MockLogicaler) EXPECT() *MockLogicalerMockRecorder + func (m *MockLogicaler) Read(path string) (*api.Secret, error) + type MockLogicalerMockRecorder struct + func (mr *MockLogicalerMockRecorder) Read(path interface{}) *gomock.Call