()
| 694 | } |
| 695 | |
| 696 | func (x *GetContentResponse) GetData() []byte { |
| 697 | if x != nil { |
| 698 | return x.Data |
| 699 | } |
| 700 | return nil |
| 701 | } |
| 702 | |
| 703 | type FlushRequest struct { |
| 704 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected