8 lines
95 B
Go
8 lines
95 B
Go
package identifier
|
|
|
|
type Identifier struct {
|
|
Source string
|
|
Subject string
|
|
Type string
|
|
}
|