Documentation
¶
Index ¶
Constants ¶
View Source
const ( KinVersionHeader = "kin-version" DesiredKinVersionHeader = "desired-kin-version" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KinVersion ¶
type KinVersion uint16
const ( KinVersionUnknown KinVersion = iota KinVersionReserved KinVersion2 KinVersion3 KinVersion4 )
func GetCtxDesiredVersion ¶
func GetCtxDesiredVersion(ctx context.Context) (v KinVersion, err error)
GetCtxDesiredVersion determines which version of Kin the requestor whiches to have enforced.
func GetCtxKinVersion ¶
func GetCtxKinVersion(ctx context.Context) (v KinVersion, err error)
GetCtxKinVersion determines which version of Kin to use based on the headers in the provided context.
Click to show internal directories.
Click to hide internal directories.