Documentation
¶
Index ¶
- func NewAuthQueryGrpcService(log logging.Logger, cfg *config.Config, v *validator.Validate, ...) *authGrpcService
- func NewGroupQueryGrpcService(log logging.Logger, cfg *config.Config, v *validator.Validate, ...) *groupGrpcService
- func NewMembershipQueryGrpcService(log logging.Logger, cfg *config.Config, v *validator.Validate, ...) *membershipGrpcService
- func NewQueryGrpcService(log logging.Logger, cfg *config.Config, v *validator.Validate, ...) *grpcService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthQueryGrpcService ¶
func NewAuthQueryGrpcService( log logging.Logger, cfg *config.Config, v *validator.Validate, us *services.UserService, as *services.AuthService, metrics *metrics.QueryServiceMetrics, ) *authGrpcService
func NewGroupQueryGrpcService ¶
func NewGroupQueryGrpcService( log logging.Logger, cfg *config.Config, v *validator.Validate, gs *services.GroupService, metrics *metrics.QueryServiceMetrics, ) *groupGrpcService
func NewMembershipQueryGrpcService ¶
func NewMembershipQueryGrpcService( log logging.Logger, cfg *config.Config, v *validator.Validate, ms *services.MembershipService, metrics *metrics.QueryServiceMetrics, ) *membershipGrpcService
func NewQueryGrpcService ¶
func NewQueryGrpcService( log logging.Logger, cfg *config.Config, v *validator.Validate, us *services.UserService, as *services.AuthService, metrics *metrics.QueryServiceMetrics, ) *grpcService
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.