Closed zhuoyuan-liu closed 4 weeks ago
This pull request fixes a context type mismatch issue https://github.com/jmpsec/osctrl/issues/549 in the osctrl-api code. The contextValue and contextKey types have been renamed to ContextValue and ContextKey respectively to be used by auth.go.
contextValue
contextKey
ContextValue
ContextKey
auth.go
This pull request fixes a context type mismatch issue https://github.com/jmpsec/osctrl/issues/549 in the osctrl-api code. The
contextValue
andcontextKey
types have been renamed toContextValue
andContextKey
respectively to be used byauth.go
.