Versions in this module Expand all Collapse all v1 v1.0.0 Feb 22, 2019 Changes in this version + func DefaultDeciderMethod(fullMethodName string, err error) bool + func DefaultErrorToCode(err error) codes.Code + type ClientPayloadLoggingDecider func(ctx context.Context, fullMethodName string) bool + type Decider func(fullMethodName string, err error) bool + type ErrorToCode func(err error) codes.Code + type ServerPayloadLoggingDecider func(ctx context.Context, fullMethodName string, servingObject interface{}) bool