()
| 694 | type ServerInfo_Promise struct{ *capnp.Pipeline } |
| 695 | |
| 696 | func (p ServerInfo_Promise) Struct() (ServerInfo, error) { |
| 697 | s, err := p.Pipeline.Struct() |
| 698 | return ServerInfo{s}, err |
| 699 | } |
| 700 | |
| 701 | type AuthenticateResponse struct{ capnp.Struct } |
| 702 |