service

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: 5 Imported by: 0

Documentation

Overview

Author: Daniel TAN Date: 2021-08-18 23:47:20 LastEditors: Daniel TAN LastEditTime: 2021-09-27 23:11:40 FilePath: /trinity-micro/example/internal/application/service/user.go Description:

  • @Author: your name
  • @Date: 2021-08-18 23:47:20
  • @LastEditTime: 2021-09-07 10:46:08
  • @LastEditors: your name
  • @Description: In User Settings Edit
  • @FilePath: /trinity-micro/example/internal/application/service/user.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserService

type UserService interface {
	GetUserID(ctx context.Context, req *dto.GetUserByIDRequest) (*dto.GetUserByIDResponse, error)
	ListUser(ctx context.Context, req *dto.ListUserRequest) (dto.ListUserResponse, error)
}

Jump to

Keyboard shortcuts

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