DUuid is the UUID Datum.
| 1472 | |
| 1473 | // DUuid is the UUID Datum. |
| 1474 | type DUuid struct { |
| 1475 | uuid.UUID |
| 1476 | } |
| 1477 | |
| 1478 | // NewDUuid is a helper routine to create a *DUuid initialized from its |
| 1479 | // argument. |
nothing calls this directly
no outgoing calls
no test coverage detected