repository

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Author: Daniel TAN Date: 2021-08-19 00:01:37 LastEditors: Daniel TAN LastEditTime: 2021-10-04 00:53:55 FilePath: /trinity-micro/example/crud/internal/application/repository/user.go Description:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserRepository

type UserRepository interface {
	GetUserByID(ctx context.Context, currentUserID uint64, ID uint64) (*model.User, error)
	ListUser(ctx context.Context, currentUserID uint64) ([]model.User, error)
}

Jump to

Keyboard shortcuts

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