Skip to content

Commit

Permalink
Update supply chain constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ading1977 committed Jun 17, 2019
1 parent a471aa4 commit c49de35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/supplychain/supply_chain_constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package supplychain

const (
SUPPLY_CHAIN_CONSTANT_IP_ADDRESS string = "ipAddress"
SUPPLY_CHAIN_CONSTANT_UUID string = "uuid"
SUPPLY_CHAIN_CONSTANT_ID = "id"
SUPPLY_CHAIN_CONSTANT_IP_ADDRESS = "ipAddress"
SUPPLY_CHAIN_CONSTANT_UUID = "uuid"
SUPPLY_CHAIN_CONSTANT_VIRTUAL_MACHINE_DATA = "virtual_machine_data"
)

0 comments on commit c49de35

Please sign in to comment.