(msg *capnp.Message)
| 28 | } |
| 29 | |
| 30 | func ReadRootAuthentication(msg *capnp.Message) (Authentication, error) { |
| 31 | root, err := msg.RootPtr() |
| 32 | return Authentication{root.Struct()}, err |
| 33 | } |
| 34 | |
| 35 | func (s Authentication) String() string { |
| 36 | str, _ := text.Marshal(0xc082ef6e0d42ed1d, s.Struct) |