()
| 861 | } |
| 862 | |
| 863 | func (x *FrontSessionRequest) GetClientTime() int32 { |
| 864 | if x != nil { |
| 865 | return x.ClientTime |
| 866 | } |
| 867 | return 0 |
| 868 | } |
| 869 | |
| 870 | func (x *FrontSessionRequest) GetAuthInfo() map[string]string { |
| 871 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected