Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
7 lines
80 B
Go
7 lines
80 B
Go
package context
|
|
|
|
type (
|
|
LoggerContextKey struct{}
|
|
ViperContextKey struct{}
|
|
)
|