← Back to packages

Package Component

Message Tag

Message Wafer

Message Reticle

Message Die

Message Circuit

Message Result

Messages

message Tag component.proto

Field Type Description
1 Key string
2 Value optional string

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