Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserConverter ¶
UserConverter is an autogenerated mock type for the UserConverter type
func NewUserConverter ¶
func NewUserConverter(t mockConstructorTestingTNewUserConverter) *UserConverter
NewUserConverter creates a new instance of UserConverter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*UserConverter) UserIDToUserName ¶
func (_m *UserConverter) UserIDToUserName(ctx context.Context, userid *userv1beta1.UserId) (string, error)
UserIDToUserName provides a mock function with given fields: ctx, userid
func (*UserConverter) UserNameToUserID ¶
func (_m *UserConverter) UserNameToUserID(ctx context.Context, username string) (*userv1beta1.UserId, error)
UserNameToUserID provides a mock function with given fields: ctx, username
Click to show internal directories.
Click to hide internal directories.