Documentation ¶
Overview ¶
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto to extend the profileHTTPController struct use a new file
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto Package service provides gRPC/HTTP service registration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GormLogger ¶
type GormLogger struct{}
func (*GormLogger) Print ¶
func (*GormLogger) Print(v ...interface{})
type Service ¶
Service is the echo
func (Service) RegisterGRPCServices ¶
func (svc Service) RegisterGRPCServices( s *grpc.Server, jwtSecret string, caCert string, cert string, privKey string, mysqlDSN string, )
RegisterGRPCServices register all grpc services
func (Service) RegisterHTTPServices ¶
func (svc Service) RegisterHTTPServices(ctx context.Context, mux *mux.Router, addr string, opts []grpc.DialOption, jwtMiddleware *jwtmiddleware.JWTMiddleware)
RegisterHTTPServices register all http services