MCPcopy Create free account
hub / github.com/pydio/cells / WithStructInterceptor

Function WithStructInterceptor

common/nodes/core/handler-exec-struct.go:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48)
49
50func WithStructInterceptor() nodes.Option {
51 return func(options *nodes.RouterOptions) {
52 options.Wrappers = append(options.Wrappers, &StructStorageHandler{})
53 }
54}
55
56// StructStorageHandler intercepts request to a flat-storage
57type StructStorageHandler struct {

Callers 2

uuidComposerFunction · 0.92
pathComposerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…