29 lines
747 B
Go
29 lines
747 B
Go
|
// Code generated by protoc-gen-go-binary. DO NOT EDIT.
|
||
|
// source: proto-public/pbdns/dns.proto
|
||
|
|
||
|
package pbdns
|
||
|
|
||
|
import (
|
||
|
"github.com/golang/protobuf/proto"
|
||
|
)
|
||
|
|
||
|
// MarshalBinary implements encoding.BinaryMarshaler
|
||
|
func (msg *QueryRequest) MarshalBinary() ([]byte, error) {
|
||
|
return proto.Marshal(msg)
|
||
|
}
|
||
|
|
||
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
||
|
func (msg *QueryRequest) UnmarshalBinary(b []byte) error {
|
||
|
return proto.Unmarshal(b, msg)
|
||
|
}
|
||
|
|
||
|
// MarshalBinary implements encoding.BinaryMarshaler
|
||
|
func (msg *QueryResponse) MarshalBinary() ([]byte, error) {
|
||
|
return proto.Marshal(msg)
|
||
|
}
|
||
|
|
||
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
||
|
func (msg *QueryResponse) UnmarshalBinary(b []byte) error {
|
||
|
return proto.Unmarshal(b, msg)
|
||
|
}
|