|
|
@ -1,143 +1,246 @@ |
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// versions:
|
|
|
|
// protoc-gen-go v1.25.0-devel
|
|
|
|
// protoc v3.11.4
|
|
|
|
// source: control.proto
|
|
|
|
|
|
|
|
package proto |
|
|
|
|
|
|
|
import ( |
|
|
|
context "context" |
|
|
|
fmt "fmt" |
|
|
|
proto "github.com/golang/protobuf/proto" |
|
|
|
empty "github.com/golang/protobuf/ptypes/empty" |
|
|
|
_ "github.com/golang/protobuf/ptypes/timestamp" |
|
|
|
grpc "google.golang.org/grpc" |
|
|
|
codes "google.golang.org/grpc/codes" |
|
|
|
status "google.golang.org/grpc/status" |
|
|
|
math "math" |
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
|
|
|
reflect "reflect" |
|
|
|
sync "sync" |
|
|
|
) |
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal |
|
|
|
var _ = fmt.Errorf |
|
|
|
var _ = math.Inf |
|
|
|
const ( |
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
|
|
|
) |
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
const _ = proto.ProtoPackageIsVersion4 |
|
|
|
|
|
|
|
type Records struct { |
|
|
|
Records []*Record `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
} |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
func (m *Records) Reset() { *m = Records{} } |
|
|
|
func (m *Records) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*Records) ProtoMessage() {} |
|
|
|
func (*Records) Descriptor() ([]byte, []int) { |
|
|
|
return fileDescriptor_0c5120591600887d, []int{0} |
|
|
|
Records []*Record `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Records) XXX_Unmarshal(b []byte) error { |
|
|
|
return xxx_messageInfo_Records.Unmarshal(m, b) |
|
|
|
} |
|
|
|
func (m *Records) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
|
|
return xxx_messageInfo_Records.Marshal(b, m, deterministic) |
|
|
|
} |
|
|
|
func (m *Records) XXX_Merge(src proto.Message) { |
|
|
|
xxx_messageInfo_Records.Merge(m, src) |
|
|
|
func (x *Records) Reset() { |
|
|
|
*x = Records{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_control_proto_msgTypes[0] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
func (m *Records) XXX_Size() int { |
|
|
|
return xxx_messageInfo_Records.Size(m) |
|
|
|
|
|
|
|
func (x *Records) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
func (m *Records) XXX_DiscardUnknown() { |
|
|
|
xxx_messageInfo_Records.DiscardUnknown(m) |
|
|
|
|
|
|
|
func (*Records) ProtoMessage() {} |
|
|
|
|
|
|
|
func (x *Records) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_control_proto_msgTypes[0] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
var xxx_messageInfo_Records proto.InternalMessageInfo |
|
|
|
// Deprecated: Use Records.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Records) Descriptor() ([]byte, []int) { |
|
|
|
return file_control_proto_rawDescGZIP(), []int{0} |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Records) GetRecords() []*Record { |
|
|
|
if m != nil { |
|
|
|
return m.Records |
|
|
|
func (x *Records) GetRecords() []*Record { |
|
|
|
if x != nil { |
|
|
|
return x.Records |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
type Record struct { |
|
|
|
Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` |
|
|
|
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
} |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
func (m *Record) Reset() { *m = Record{} } |
|
|
|
func (m *Record) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*Record) ProtoMessage() {} |
|
|
|
func (*Record) Descriptor() ([]byte, []int) { |
|
|
|
return fileDescriptor_0c5120591600887d, []int{1} |
|
|
|
Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` |
|
|
|
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Record) XXX_Unmarshal(b []byte) error { |
|
|
|
return xxx_messageInfo_Record.Unmarshal(m, b) |
|
|
|
} |
|
|
|
func (m *Record) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
|
|
return xxx_messageInfo_Record.Marshal(b, m, deterministic) |
|
|
|
} |
|
|
|
func (m *Record) XXX_Merge(src proto.Message) { |
|
|
|
xxx_messageInfo_Record.Merge(m, src) |
|
|
|
} |
|
|
|
func (m *Record) XXX_Size() int { |
|
|
|
return xxx_messageInfo_Record.Size(m) |
|
|
|
func (x *Record) Reset() { |
|
|
|
*x = Record{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_control_proto_msgTypes[1] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
func (m *Record) XXX_DiscardUnknown() { |
|
|
|
xxx_messageInfo_Record.DiscardUnknown(m) |
|
|
|
|
|
|
|
func (x *Record) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
var xxx_messageInfo_Record proto.InternalMessageInfo |
|
|
|
func (*Record) ProtoMessage() {} |
|
|
|
|
|
|
|
func (m *Record) GetHost() string { |
|
|
|
if m != nil { |
|
|
|
return m.Host |
|
|
|
func (x *Record) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_control_proto_msgTypes[1] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return "" |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
// Deprecated: Use Record.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Record) Descriptor() ([]byte, []int) { |
|
|
|
return file_control_proto_rawDescGZIP(), []int{1} |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Record) GetAddress() string { |
|
|
|
if m != nil { |
|
|
|
return m.Address |
|
|
|
func (x *Record) GetHost() string { |
|
|
|
if x != nil { |
|
|
|
return x.Host |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func init() { |
|
|
|
proto.RegisterType((*Records)(nil), "proto.Records") |
|
|
|
proto.RegisterType((*Record)(nil), "proto.Record") |
|
|
|
func (x *Record) GetAddress() string { |
|
|
|
if x != nil { |
|
|
|
return x.Address |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func init() { |
|
|
|
proto.RegisterFile("control.proto", fileDescriptor_0c5120591600887d) |
|
|
|
} |
|
|
|
var File_control_proto protoreflect.FileDescriptor |
|
|
|
|
|
|
|
var file_control_proto_rawDesc = []byte{ |
|
|
|
0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, |
|
|
|
0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, |
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, |
|
|
|
0x6f, 0x74, 0x6f, 0x22, 0x32, 0x0a, 0x07, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x27, |
|
|
|
0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, |
|
|
|
0x0d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, |
|
|
|
0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x36, 0x0a, 0x06, 0x52, 0x65, 0x63, 0x6f, 0x72, |
|
|
|
0x64, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, |
|
|
|
0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, |
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, |
|
|
|
0xa4, 0x01, 0x0a, 0x0a, 0x44, 0x4e, 0x53, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x2f, |
|
|
|
0x0a, 0x04, 0x53, 0x65, 0x74, 0x41, 0x12, 0x0d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, |
|
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, |
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, |
|
|
|
0x32, 0x0a, 0x07, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x12, 0x0d, 0x2e, 0x70, 0x72, 0x6f, |
|
|
|
0x74, 0x6f, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, |
|
|
|
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, |
|
|
|
0x79, 0x22, 0x00, 0x12, 0x31, 0x0a, 0x05, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x12, 0x16, 0x2e, 0x67, |
|
|
|
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, |
|
|
|
0x6d, 0x70, 0x74, 0x79, 0x1a, 0x0e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x63, |
|
|
|
0x6f, 0x72, 0x64, 0x73, 0x22, 0x00, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x3b, 0x70, 0x72, 0x6f, 0x74, |
|
|
|
0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
|
|
|
} |
|
|
|
|
|
|
|
var ( |
|
|
|
file_control_proto_rawDescOnce sync.Once |
|
|
|
file_control_proto_rawDescData = file_control_proto_rawDesc |
|
|
|
) |
|
|
|
|
|
|
|
var fileDescriptor_0c5120591600887d = []byte{ |
|
|
|
// 225 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4d, 0xce, 0xcf, 0x2b, |
|
|
|
0x29, 0xca, 0xcf, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x05, 0x53, 0x52, 0xf2, 0xe9, |
|
|
|
0xf9, 0xf9, 0xe9, 0x39, 0xa9, 0xfa, 0x60, 0x5e, 0x52, 0x69, 0x9a, 0x7e, 0x49, 0x66, 0x6e, 0x6a, |
|
|
|
0x71, 0x49, 0x62, 0x6e, 0x01, 0x44, 0x9d, 0x94, 0x34, 0xba, 0x82, 0xd4, 0xdc, 0x82, 0x92, 0x4a, |
|
|
|
0x88, 0xa4, 0x92, 0x11, 0x17, 0x7b, 0x50, 0x6a, 0x72, 0x7e, 0x51, 0x4a, 0xb1, 0x90, 0x3a, 0x17, |
|
|
|
0x7b, 0x11, 0x84, 0x29, 0xc1, 0xa8, 0xc0, 0xac, 0xc1, 0x6d, 0xc4, 0x0b, 0x51, 0xa3, 0x07, 0x51, |
|
|
|
0x10, 0x04, 0x93, 0x55, 0x32, 0xe3, 0x62, 0x83, 0x08, 0x09, 0x09, 0x71, 0xb1, 0x64, 0xe4, 0x17, |
|
|
|
0x97, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x81, 0xd9, 0x42, 0x12, 0x5c, 0xec, 0x89, 0x29, |
|
|
|
0x29, 0x45, 0xa9, 0xc5, 0xc5, 0x12, 0x4c, 0x60, 0x61, 0x18, 0xd7, 0x68, 0x09, 0x23, 0x17, 0x97, |
|
|
|
0x8b, 0x5f, 0xb0, 0x33, 0xc4, 0x17, 0x42, 0xfa, 0x5c, 0x2c, 0xc1, 0xa9, 0x25, 0x8e, 0x42, 0xa8, |
|
|
|
0xd6, 0x48, 0x89, 0xe9, 0x41, 0xdc, 0xab, 0x07, 0x73, 0xaf, 0x9e, 0x2b, 0xc8, 0xbd, 0x4a, 0x0c, |
|
|
|
0x42, 0x46, 0x5c, 0xec, 0x2e, 0xa9, 0x39, 0xa9, 0x25, 0xa9, 0x24, 0xe8, 0x31, 0xe4, 0x62, 0xf5, |
|
|
|
0xc9, 0x2c, 0x2e, 0x71, 0x14, 0xc2, 0xa1, 0x44, 0x8a, 0x0f, 0xc5, 0xa4, 0x62, 0x25, 0x86, 0x24, |
|
|
|
0x36, 0xb0, 0x80, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x98, 0x08, 0x95, 0xdf, 0x6f, 0x01, 0x00, |
|
|
|
0x00, |
|
|
|
func file_control_proto_rawDescGZIP() []byte { |
|
|
|
file_control_proto_rawDescOnce.Do(func() { |
|
|
|
file_control_proto_rawDescData = protoimpl.X.CompressGZIP(file_control_proto_rawDescData) |
|
|
|
}) |
|
|
|
return file_control_proto_rawDescData |
|
|
|
} |
|
|
|
|
|
|
|
var file_control_proto_msgTypes = make([]protoimpl.MessageInfo, 2) |
|
|
|
var file_control_proto_goTypes = []interface{}{ |
|
|
|
(*Records)(nil), // 0: proto.Records
|
|
|
|
(*Record)(nil), // 1: proto.Record
|
|
|
|
(*empty.Empty)(nil), // 2: google.protobuf.Empty
|
|
|
|
} |
|
|
|
var file_control_proto_depIdxs = []int32{ |
|
|
|
1, // 0: proto.Records.records:type_name -> proto.Record
|
|
|
|
1, // 1: proto.DNSControl.SetA:input_type -> proto.Record
|
|
|
|
1, // 2: proto.DNSControl.DeleteA:input_type -> proto.Record
|
|
|
|
2, // 3: proto.DNSControl.ListA:input_type -> google.protobuf.Empty
|
|
|
|
2, // 4: proto.DNSControl.SetA:output_type -> google.protobuf.Empty
|
|
|
|
2, // 5: proto.DNSControl.DeleteA:output_type -> google.protobuf.Empty
|
|
|
|
0, // 6: proto.DNSControl.ListA:output_type -> proto.Records
|
|
|
|
4, // [4:7] is the sub-list for method output_type
|
|
|
|
1, // [1:4] is the sub-list for method input_type
|
|
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
|
|
0, // [0:1] is the sub-list for field type_name
|
|
|
|
} |
|
|
|
|
|
|
|
func init() { file_control_proto_init() } |
|
|
|
func file_control_proto_init() { |
|
|
|
if File_control_proto != nil { |
|
|
|
return |
|
|
|
} |
|
|
|
if !protoimpl.UnsafeEnabled { |
|
|
|
file_control_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*Records); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
file_control_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*Record); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
type x struct{} |
|
|
|
out := protoimpl.TypeBuilder{ |
|
|
|
File: protoimpl.DescBuilder{ |
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
|
|
|
RawDescriptor: file_control_proto_rawDesc, |
|
|
|
NumEnums: 0, |
|
|
|
NumMessages: 2, |
|
|
|
NumExtensions: 0, |
|
|
|
NumServices: 1, |
|
|
|
}, |
|
|
|
GoTypes: file_control_proto_goTypes, |
|
|
|
DependencyIndexes: file_control_proto_depIdxs, |
|
|
|
MessageInfos: file_control_proto_msgTypes, |
|
|
|
}.Build() |
|
|
|
File_control_proto = out.File |
|
|
|
file_control_proto_rawDesc = nil |
|
|
|
file_control_proto_goTypes = nil |
|
|
|
file_control_proto_depIdxs = nil |
|
|
|
} |
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
@ -203,13 +306,13 @@ type DNSControlServer interface { |
|
|
|
type UnimplementedDNSControlServer struct { |
|
|
|
} |
|
|
|
|
|
|
|
func (*UnimplementedDNSControlServer) SetA(ctx context.Context, req *Record) (*empty.Empty, error) { |
|
|
|
func (*UnimplementedDNSControlServer) SetA(context.Context, *Record) (*empty.Empty, error) { |
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method SetA not implemented") |
|
|
|
} |
|
|
|
func (*UnimplementedDNSControlServer) DeleteA(ctx context.Context, req *Record) (*empty.Empty, error) { |
|
|
|
func (*UnimplementedDNSControlServer) DeleteA(context.Context, *Record) (*empty.Empty, error) { |
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method DeleteA not implemented") |
|
|
|
} |
|
|
|
func (*UnimplementedDNSControlServer) ListA(ctx context.Context, req *empty.Empty) (*Records, error) { |
|
|
|
func (*UnimplementedDNSControlServer) ListA(context.Context, *empty.Empty) (*Records, error) { |
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method ListA not implemented") |
|
|
|
} |
|
|
|
|
|
|
|