()
| 135 | } |
| 136 | |
| 137 | func (sa *ShadowsocksAccount) Message() (*serial.TypedMessage, error) { |
| 138 | return ToTypedMessage(&shadowsocks_2022.Account{Key: sa.Password}) |
| 139 | } |
| 140 | |
| 141 | func NewShadowsocksAccount(user *common.User) *ShadowsocksAccount { |
| 142 | return &ShadowsocksAccount{ |
nothing calls this directly
no test coverage detected