Resolved linitng issue

This commit is contained in:
MohitKatare-protean
2025-04-09 08:25:05 +05:30
parent da93ca2326
commit cfdf589f43
3 changed files with 2 additions and 6 deletions

View File

@@ -16,10 +16,6 @@ type Subscriber struct {
Domain string `json:"domain"`
}
type ContextKey string
const ContextKeyModuleId ContextKey = "module_id"
// Subscription represents subscription details of a network participant.
type Subscription struct {
Subscriber `json:",inline"`