7 lines
81 B
Go
7 lines
81 B
Go
package identifier
|
|
|
|
type Identifier struct {
|
|
Provider string
|
|
Subject string
|
|
}
|