(msg *capnp.Message)
| 136 | } |
| 137 | |
| 138 | func ReadRootTunnelRegistration(msg *capnp.Message) (TunnelRegistration, error) { |
| 139 | root, err := msg.RootPtr() |
| 140 | return TunnelRegistration{root.Struct()}, err |
| 141 | } |
| 142 | |
| 143 | func (s TunnelRegistration) String() string { |
| 144 | str, _ := text.Marshal(0xf41a0f001ad49e46, s.Struct) |