(h nodes.Handler, options nodes.RouterOptions)
| 59 | } |
| 60 | |
| 61 | func (f *StructStorageHandler) Adapt(h nodes.Handler, options nodes.RouterOptions) nodes.Handler { |
| 62 | f.Next = h |
| 63 | return f |
| 64 | } |
| 65 | |
| 66 | func (f *StructStorageHandler) CreateNode(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption) (*tree.CreateNodeResponse, error) { |
| 67 | node := in.Node |
nothing calls this directly
no outgoing calls
no test coverage detected