Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSLogGRPCServer ¶
type DNSLogGRPCServer struct { tpb.DNSLogServer ExternalIP string // contains filtered or unexported fields }
func NewDNSLogServer ¶
func NewDNSLogServer(domain string, externalIP string) (*DNSLogGRPCServer, error)
func (*DNSLogGRPCServer) QueryExistedDNSLog ¶
func (D *DNSLogGRPCServer) QueryExistedDNSLog(ctx context.Context, params *tpb.QueryExistedDNSLogParams) (*tpb.QueryExistedDNSLogResponse, error)
func (*DNSLogGRPCServer) RequireDomain ¶
func (D *DNSLogGRPCServer) RequireDomain(ctx context.Context, params *tpb.RequireDomainParams) (*tpb.RequireDomainResponse, error)
Click to show internal directories.
Click to hide internal directories.