()
| 116 | type Authentication_Promise struct{ *capnp.Pipeline } |
| 117 | |
| 118 | func (p Authentication_Promise) Struct() (Authentication, error) { |
| 119 | s, err := p.Pipeline.Struct() |
| 120 | return Authentication{s}, err |
| 121 | } |
| 122 | |
| 123 | type TunnelRegistration struct{ capnp.Struct } |
| 124 |