Documentation ¶
Overview ¶
Package deletion contains the logic for deleting or removing elements. For example: Deleting cases/sequences or removing members from projects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaseDelete ¶
func CaseDelete(tcd handler.TestCaseDeleter) http.HandlerFunc
CaseDelete handles deleting a case
func MemberDelete ¶
func MemberDelete(us middleware.UserRetriever, ps handler.ProjectAdder) http.HandlerFunc
MemberDelete is used to remove a member from the project
func ProjectDelete ¶
func ProjectDelete(pd handler.ProjectDeleter) http.HandlerFunc
ProjectDelete is used to delete a project in the system
func SequenceDelete ¶
func SequenceDelete(tsd handler.TestSequenceDeleter) http.HandlerFunc
SequenceDelete handles requests that demand the deletion of a sequence.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.