MCPcopy Create free account
hub / github.com/elimity-com/scim / testResourceHandler

Struct testResourceHandler

resource_handler_test.go:27–29  ·  view source on GitHub ↗

simple in-memory resource database.

Source from the content-addressed store, hash-verified

25
26// simple in-memory resource database.
27type testResourceHandler struct {
28 data map[string]testData
29}
30
31func (h testResourceHandler) Create(r *http.Request, attributes ResourceAttributes) (Resource, error) {
32 // create unique identifier

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected