()
| 86 | } |
| 87 | |
| 88 | func (ta *TrojanAccount) Message() (*serial.TypedMessage, error) { |
| 89 | return ToTypedMessage(&trojan.Account{Password: ta.Password}) |
| 90 | } |
| 91 | |
| 92 | func NewTrojanAccount(user *common.User) *TrojanAccount { |
| 93 | return &TrojanAccount{ |
nothing calls this directly
no test coverage detected