Package Component
Messages
message Wafer component.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Component.Tag
|
message Reticle component.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Component.Tag
|
message Die component.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Component.Tag
|
message Circuit component.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Component.Tag
|
message Result component.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Type |
string
|
|
6 | Tags |
repeated
Component.Tag
|
|
7 | Wafer |
optional
Component.Wafer
|
|
8 | Reticle |
optional
Component.Reticle
|
|
9 | Die |
optional
Component.Die
|
|
10 | Circuit |
optional
Component.Circuit
|
|
11 | DataJson |
optional
string
|