Documentation
¶
Index ¶
- Constants
- func HttpFilter(a Auditing, logger *zap.SugaredLogger) restful.FilterFunction
- func StreamServerInterceptor(a Auditing, logger *zap.SugaredLogger, ...) grpc.StreamServerInterceptor
- func UnaryServerInterceptor(a Auditing, logger *zap.SugaredLogger, ...) grpc.UnaryServerInterceptor
- type Auditing
- type Config
- type Interval
Constants ¶
View Source
const (
Exclude string = "exclude-from-auditing"
)
Variables ¶
This section is empty.
Functions ¶
func HttpFilter ¶
func HttpFilter(a Auditing, logger *zap.SugaredLogger) restful.FilterFunction
func StreamServerInterceptor ¶
func StreamServerInterceptor(a Auditing, logger *zap.SugaredLogger, shouldAudit func(fullMethod string) bool) grpc.StreamServerInterceptor
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(a Auditing, logger *zap.SugaredLogger, shouldAudit func(fullMethod string) bool) grpc.UnaryServerInterceptor
Types ¶
Click to show internal directories.
Click to hide internal directories.