user

package
v0.0.0-...-8c446f2 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const CtxUserKey = "user"

Variables

This section is empty.

Functions

This section is empty.

Types

type UseCase

type UseCase interface {
	GetUserProfile(ctx context.Context, uID string) (*models.User, error)
	GetContacts(ctx context.Context) ([]*models.Contacts, error)
}

type UserRepository

type UserRepository interface {
	GetUserProfile(ctx context.Context, uID string) (*models.User, error)
	GetContacts(ctx context.Context) ([]*models.Contacts, error)
}

Directories

Path Synopsis
delivery
repository

Jump to

Keyboard shortcuts

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