You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
491 B
20 lines
491 B
Namespace Captures
|
|
|
|
Public Structure Search
|
|
Dim NAME As Image
|
|
Dim DESCRIPTION As String
|
|
Dim STARS As Integer
|
|
Dim OFFICIAL As String
|
|
Dim AUTOMATED As String
|
|
End Structure
|
|
|
|
Public Structure Container
|
|
Dim CONTAINER_ID As String
|
|
Dim IMAGE As Image
|
|
Dim COMMAND As String
|
|
Dim CREATED As String
|
|
Dim STATUS As String
|
|
Dim PORTS As String
|
|
Dim NAMES As String
|
|
End Structure
|
|
End Namespace |