useraccess

package
v0.0.0-...-c9a23b1 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserAccess

type UserAccess struct {
	Collection *mongo.Collection
}

func (*UserAccess) CreateAUser

func (ac *UserAccess) CreateAUser(userId string, input *usermodels.CreateUserInfoInput) error

func (*UserAccess) DeleteAUser

func (ac *UserAccess) DeleteAUser(userId string) error

func (*UserAccess) GetAUser

func (ac *UserAccess) GetAUser(userId string) (*usermodels.UserInfo, error)

func (*UserAccess) UpdateAUser

func (ac *UserAccess) UpdateAUser(userId string, input *usermodels.UpdateUserInfoInput) error

Jump to

Keyboard shortcuts

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