//
pkg.gl
Category
github.com/s21nightpro/crudAppGRPC
internal
server
package
0.0.0-20240508174701-8f6778c73bce
Repository:
https://github.com/s21nightpro/crudappgrpc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
108 SLOC
#
Packages
mocks
Package mocks is a generated GoMock package.
#
Functions
NewServer
No description provided by the author
#
Structs
Server
No description provided by the author
#
Interfaces
Cache
go:generate mockgen -destination=mocks/CacheMock.go -package=mocks github.com/s21nightpro/crudAppGRPC/internal/server Cache.
DB
go:generate mockgen -destination=mocks/DBMock.go -package=mocks github.com/s21nightpro/crudAppGRPC/internal/server DB.