Documentation
¶
Index ¶
Constants ¶
View Source
const ContentType = "Content-Type"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForwardAuthHandler ¶
type ForwardAuthHandler struct {
// contains filtered or unexported fields
}
func NewForwardAuthHandler ¶
func (*ForwardAuthHandler) ServeHTTP ¶
func (rh *ForwardAuthHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type Logger ¶
type MockLogger ¶
func NewMockLogger ¶
func NewMockLogger() *MockLogger
func (*MockLogger) Debug ¶
func (l *MockLogger) Debug(message string, args ...any)
func (*MockLogger) Error ¶
func (l *MockLogger) Error(message string, args ...any)
func (*MockLogger) Info ¶
func (l *MockLogger) Info(message string, args ...any)
Click to show internal directories.
Click to hide internal directories.