阶段性提交

This commit is contained in:
刘祥超
2021-06-17 21:17:53 +08:00
parent 1afaa0bc8d
commit 927b5b6fd3
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{})
}