Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGetProjectSuccessfully ¶
func HandleGetProjectSuccessfully(t *testing.T, fakeServer th.FakeServer)
HandleGetProjectSuccessfully creates an HTTP handler at `/domains/:domain_id/projects/:project_id` on the test handler mux that responds with a single project.
func HandleListProjectsSuccessfully ¶
func HandleListProjectsSuccessfully(t *testing.T, fakeServer th.FakeServer)
HandleListProjectsSuccessfully creates an HTTP handler at `/domains/:domain_id/projects` on the test handler mux that responds with a list of (two) projects.
func HandleSyncProjectSuccessfully ¶
func HandleSyncProjectSuccessfully(t *testing.T, fakeServer th.FakeServer)
HandleSyncProjectSuccessfully creates an HTTP handler at `/domains/:domain_id/projects/:project_id/sync` on the test handler mux that syncs a project.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.