usergroup

package
v0.0.0-...-d01dfd4 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	mock.Mock
}

Manager is an autogenerated mock type for the Manager type

func NewManager

func NewManager(t interface {
	mock.TestingT
	Cleanup(func())
}) *Manager

NewManager creates a new instance of Manager. 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 (*Manager) Count

func (_m *Manager) Count(ctx context.Context, query *q.Query) (int64, error)

Count provides a mock function with given fields: ctx, query

func (*Manager) Create

func (_m *Manager) Create(ctx context.Context, userGroup model.UserGroup) (int, error)

Create provides a mock function with given fields: ctx, userGroup

func (*Manager) Delete

func (_m *Manager) Delete(ctx context.Context, id int) error

Delete provides a mock function with given fields: ctx, id

func (*Manager) Get

func (_m *Manager) Get(ctx context.Context, id int) (*model.UserGroup, error)

Get provides a mock function with given fields: ctx, id

func (*Manager) List

func (_m *Manager) List(ctx context.Context, query *q.Query) ([]*model.UserGroup, error)

List provides a mock function with given fields: ctx, query

func (*Manager) Onboard

func (_m *Manager) Onboard(ctx context.Context, g *model.UserGroup) error

Onboard provides a mock function with given fields: ctx, g

func (*Manager) Populate

func (_m *Manager) Populate(ctx context.Context, userGroups []model.UserGroup) ([]int, error)

Populate provides a mock function with given fields: ctx, userGroups

func (*Manager) UpdateName

func (_m *Manager) UpdateName(ctx context.Context, id int, groupName string) error

UpdateName provides a mock function with given fields: ctx, id, groupName

Jump to

Keyboard shortcuts

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