Documentation
¶
Index ¶
Constants ¶
View Source
const (
ServiceName = "api-gateway"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestLog ¶
type RequestLog = appctx.RequestLog
RequestLog is a type alias so that *domain.RequestLog and *appctx.RequestLog are interchangeable. The canonical definition lives in shared/appctx.
type RequestLogPublisher ¶
type RequestLogPublisher interface {
Create(ctx context.Context, rl *appctx.RequestLog) error
}
Click to show internal directories.
Click to hide internal directories.