mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-22 05:04:25 -04:00
Fix pcr-reader
This commit is contained in:
parent
1357dc3d4e
commit
ddabf974d5
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ func main() {
|
||||||
|
|
||||||
type Measurements map[uint32][]byte
|
type Measurements map[uint32][]byte
|
||||||
|
|
||||||
|
var _ yaml.Marshaler = Measurements{}
|
||||||
|
|
||||||
// MarshalYAML forces that measurements are written as base64. Default would
|
// MarshalYAML forces that measurements are written as base64. Default would
|
||||||
// be to print list of bytes.
|
// be to print list of bytes.
|
||||||
func (m Measurements) MarshalYAML() (interface{}, error) {
|
func (m Measurements) MarshalYAML() (interface{}, error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue