mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix pcr-reader
This commit is contained in:
parent
1357dc3d4e
commit
ddabf974d5
@ -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…
Reference in New Issue
Block a user