MCPcopy Create free account
hub / github.com/bytebase/bytebase / defaultIssueResponse

Function defaultIssueResponse

backend/api/mcp/tool_change_test.go:67–72  ·  view source on GitHub ↗
(approvalStatus string)

Source from the content-addressed store, hash-verified

65}
66
67func defaultIssueResponse(approvalStatus string) map[string]any {
68 return map[string]any{
69 "name": "projects/hr-system/issues/3003",
70 "approvalStatus": approvalStatus,
71 }
72}
73
74func (m *changeMock) handler() http.Handler {
75 listHandler := mockListDatabases(m.databases)

Calls

no outgoing calls

Tested by

no test coverage detected