Documentation ¶
Overview ¶
Package requesthandlers provides functions for building test request handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAllowedWithCustomActionsHandlers ¶
func BuildAllowedWithCustomActionsHandlers(t *testing.T) []testserver.TestRequestHandler
BuildAllowedWithCustomActionsHandlers returns test request handlers for allowed API calls with custom actions.
func BuildAllowedWithGitalyHandlers ¶
func BuildAllowedWithGitalyHandlers(t *testing.T, gitalyAddress string) []testserver.TestRequestHandler
BuildAllowedWithGitalyHandlers returns test request handlers for allowed API calls with Gitaly.
func BuildDisallowedByAPIHandlers ¶ added in v14.36.0
func BuildDisallowedByAPIHandlers(t *testing.T) []testserver.TestRequestHandler
BuildDisallowedByAPIHandlers returns test request handlers for disallowed API calls.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.