DBytes is the bytes Datum. The underlying type is a string because we want the immutability, but this may contain arbitrary bytes.
| 1473 | // DBytes is the bytes Datum. The underlying type is a string because we want |
| 1474 | // the immutability, but this may contain arbitrary bytes. |
| 1475 | type DBytes string |
| 1476 | |
| 1477 | // NewDBytes is a helper routine to create a *DBytes initialized from its |
| 1478 | // argument. |
no outgoing calls
no test coverage detected