mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -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
|
||||
|
||||
var _ yaml.Marshaler = Measurements{}
|
||||
|
||||
// MarshalYAML forces that measurements are written as base64. Default would
|
||||
// be to print list of bytes.
|
||||
func (m Measurements) MarshalYAML() (interface{}, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue