IsServerless for user configuration
()
| 12 | |
| 13 | // IsServerless for user configuration |
| 14 | func (u *User) IsServerless() bool { |
| 15 | return (u.Flags&0x01 == 0) |
| 16 | } |
| 17 | |
| 18 | // SetServerless for user configuration |
| 19 | func (u *User) SetServerless(s bool) { |
no outgoing calls