()
| 3879 | } |
| 3880 | |
| 3881 | func (m *LabelNamesRequest) Marshal() (dAtA []byte, err error) { |
| 3882 | size := m.Size() |
| 3883 | dAtA = make([]byte, size) |
| 3884 | n, err := m.MarshalToSizedBuffer(dAtA[:size]) |
| 3885 | if err != nil { |
| 3886 | return nil, err |
| 3887 | } |
| 3888 | return dAtA[:n], nil |
| 3889 | } |
| 3890 | |
| 3891 | func (m *LabelNamesRequest) MarshalTo(dAtA []byte) (int, error) { |
| 3892 | size := m.Size() |
nothing calls this directly
no test coverage detected