user

package
v0.0.0-...-0c43097 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2021 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	UserRepository UserRepository
}

func (Service) Login

type Transport

type Transport struct {
	http.Handler
	app_pb.UserServer
}

func NewTransport

func NewTransport(
	server app_pb.UserServer,
	logger log.Logger,
	env contract.Env,
	tracer opentracing.Tracer,
	metrics metrics.Histogram,
) Transport

type UserRepository

type UserRepository interface {
	Find(ctx context.Context, id uint) (*entities.User, error)
}

Directories

Path Synopsis
gen
client/grpc
Package grpc provides a gRPC client for the User service.
Package grpc provides a gRPC client for the User service.
client/http
Package http provides an HTTP client for the User service.
Package http provides an HTTP client for the User service.

Jump to

Keyboard shortcuts

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