Add Manager and Provider structures with streaming capabilities

This commit is contained in:
Phillip Michelsen
2025-06-13 16:09:35 +07:00
parent c6986c2828
commit b017291a5a
10 changed files with 269 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
package identifier
type Identifier struct {
Source string
Subject string
Type string
Provider string
Subject string
}