Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2021 Changes in this version + func AddFields(ctx context.Context, fields ...zap.Field) + func Logger(ctx context.Context) *zap.Logger + func NewLogger(isDev bool) (*zap.Logger, error) + func NewMiddleware(gcpProjectID string, logger *zap.Logger) func(next http.Handler) http.Handler + func NewUnaryServerInterceptor(gcpProjectID string) grpc.UnaryServerInterceptor + type GraphQLResponseInterceptor struct + func (g GraphQLResponseInterceptor) ExtensionName() string + func (g GraphQLResponseInterceptor) InterceptResponse(ctx context.Context, next graphql.ResponseHandler) *graphql.Response + func (g GraphQLResponseInterceptor) Validate(schema graphql.ExecutableSchema) error