authmgmt

package
v0.4.36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	GetUserBySub(ctx context.Context, sub string) (*User, error)
}

type MockInterface

type MockInterface struct {
	mock.Mock
}

MockInterface is an autogenerated mock type for the Interface type

func NewMockInterface

func NewMockInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockInterface

NewMockInterface creates a new instance of MockInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockInterface) EXPECT

func (_m *MockInterface) EXPECT() *MockInterface_Expecter

func (*MockInterface) GetUserBySub

func (_m *MockInterface) GetUserBySub(ctx context.Context, sub string) (*User, error)

GetUserBySub provides a mock function with given fields: ctx, sub

type MockInterface_Expecter

type MockInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockInterface_Expecter) GetUserBySub

func (_e *MockInterface_Expecter) GetUserBySub(ctx interface{}, sub interface{}) *MockInterface_GetUserBySub_Call

GetUserBySub is a helper method to define mock.On call

  • ctx context.Context
  • sub string

type MockInterface_GetUserBySub_Call

type MockInterface_GetUserBySub_Call struct {
	*mock.Call
}

MockInterface_GetUserBySub_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserBySub'

func (*MockInterface_GetUserBySub_Call) Return

func (*MockInterface_GetUserBySub_Call) Run

func (*MockInterface_GetUserBySub_Call) RunAndReturn

type UnimplementedClient

type UnimplementedClient struct{}

func (*UnimplementedClient) GetUserBySub

func (c *UnimplementedClient) GetUserBySub(ctx context.Context, sub string) (*User, error)

type User

type User struct {
	Name    string
	Email   string
	Picture string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL