github.com/mweagle/Sparta@v1.15.0/interceptor/interceptor.go (about)

     1  package interceptor
     2  
     3  //lint:ignore U1000 because it's actually used
     4  type contextKey int
     5  
     6  const (
     7  	//lint:ignore U1000 because it's actually used
     8  	contextKeySegment contextKey = iota
     9  )