()
| 970 | } |
| 971 | |
| 972 | func (x *FrontSessionResponse) GetError() string { |
| 973 | if x != nil { |
| 974 | return x.Error |
| 975 | } |
| 976 | return "" |
| 977 | } |
| 978 | |
| 979 | type FrontSessionDelRequest struct { |
| 980 | state protoimpl.MessageState `protogen:"open.v1"` |
nothing calls this directly
no outgoing calls
no test coverage detected