• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Apr-2021-

sample/H26-Apr-2021-10499

README.mdH A D26-Apr-2021426 149

extension.pb.goH A D26-Apr-202115.9 KiB462366

extension.protoH A D26-Apr-20213.3 KiB9878

extensions.goH A D26-Apr-20211.8 KiB6542

extensions_test.goH A D26-Apr-20211.5 KiB5532

README.md

1# Extensions
2
3**Extension Support is experimental.**
4
5This directory contains support code for building Gnostic extensio handlers and
6associated examples.
7
8Extension handlers can be used to compile vendor or specification extensions
9into protocol buffer structures.
10
11Like plugins, extension handlers are built as separate executables. Extension
12bodies are written to extension handlers as serialized
13ExtensionHandlerRequests.
14