Project scaffold and general layout. Monorepo.
This commit is contained in:
7
services/marketdata/internal/identifier/identifier.go
Normal file
7
services/marketdata/internal/identifier/identifier.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package identifier
|
||||
|
||||
type Identifier struct {
|
||||
Source string
|
||||
Subject string
|
||||
Type string
|
||||
}
|
||||
Reference in New Issue
Block a user