repository

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Author: Daniel TAN Date: 2021-08-19 00:01:37 LastEditors: Daniel TAN LastEditTime: 2021-09-27 23:11:27 FilePath: /trinity-micro/example/internal/application/repository/user.go Description:

  • @Author: your name
  • @Date: 2021-08-19 00:01:37
  • @LastEditTime: 2021-09-07 10:46:17
  • @LastEditors: your name
  • @Description: In User Settings Edit
  • @FilePath: /trinity-micro/example/internal/application/repository/user.go

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