add nameserver apis

This commit is contained in:
abhishek9686
2025-08-21 00:27:59 +05:30
parent fc39247042
commit dcd7fe72dd
4 changed files with 342 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ const (
DashboardSub SubjectType = "DASHBOARD"
EnrollmentKeySub SubjectType = "ENROLLMENT_KEY"
ClientAppSub SubjectType = "CLIENT-APP"
NameserverSub SubjectType = "NAMESERVER"
)
func (sub SubjectType) String() string {