• Daniel Martí's avatar
    add an ADL interface type · 8d37030e
    Daniel Martí authored
    As a method superset of Node, with the Substrate method added on top.
    This way, we can generally say that any ADL implementation should
    include this method to allow for easy encoding over the wire.
    
    Reify, the opposite of Substrate, is notably missing here. This is
    because it's generally a top-level function, not a method. We might want
    to rethink this disparity in the future.
    8d37030e
node.go 14.2 KB