MCPcopy Create free account
hub / github.com/cloudwan/gohan / getActionSchemasResponse

Function getActionSchemasResponse

cli/client/client_test_utils.go:336–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334}
335
336func getActionSchemasResponse() interface{} {
337 return map[string]interface{}{
338 "schemas": []map[string]interface{}{
339 getActionsSchema(),
340 },
341 }
342}
343
344func getSchemas() []*schema.Schema {
345 rawSchemasResponse := getSchemasResponse()

Callers 1

client_test.goFile · 0.85

Calls 1

getActionsSchemaFunction · 0.85

Tested by

no test coverage detected