known

package
v0.0.0-...-49bf833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2023 License: MIT Imports: 0 Imported by: 0

README

known

  • 放置需要共享的 key
    • X-Request-ID 会同时被 日志 以及 gin.Context 需要
    • 所以将 key 的名字保存在共享包 known 中, 便于使用

Documentation

Index

Constants

View Source
const (
	// XRequestIDKey is used to define the key in the Gin context representing the request UUID.
	XRequestIDKey = "X-Request-Id"

	// XUsernameKey is used to define the key in the Gin context representing the request username.
	XUsernameKey = "X-Username"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL