()
| 826 | } |
| 827 | |
| 828 | func (x *WriteContentRequest) GetCompression() uint32 { |
| 829 | if x != nil { |
| 830 | return x.Compression |
| 831 | } |
| 832 | return 0 |
| 833 | } |
| 834 | |
| 835 | type WriteContentResponse struct { |
| 836 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected