阶段性提交

This commit is contained in:
GoEdgeLab
2021-06-17 21:17:53 +08:00
parent dccc88b29a
commit 7975db6183
11 changed files with 316 additions and 3 deletions

View File

@@ -96,4 +96,5 @@ func (this *APINode) registerServices(server *grpc.Server) {
pb.RegisterNSRecordServiceServer(server, &nameservers.NSRecordService{})
pb.RegisterNSRouteServiceServer(server, &nameservers.NSRouteService{})
pb.RegisterNSAccessLogServiceServer(server, &nameservers.NSAccessLogService{})
pb.RegisterHTTPAuthPolicyServiceServer(server, &services.HTTPAuthPolicyService{})
}