bykof/go-plantuml

Could not find class: TPMEventLog for function Add

Opened this issue · 2 comments

Hello.

I'm trying to build an UML diagram for this code:
9elements/converged-security-suite@9e980b2

But I receive error Could not find class:

[xaionaro@void converged-security-suite]$ go-plantuml generate -o /tmp/1.uml -r -d pkg/bootflow/
2022/05/26 16:45:59 Could not find class: References for function Bytes
2022/05/26 16:45:59 Could not find class: StaticData for function Data
2022/05/26 16:45:59 Could not find class: UEFIGUIDFirst for function Data
2022/05/26 16:45:59 Could not find class: PCRValues for function Get
2022/05/26 16:45:59 Could not find class: PCRValues for function Set
2022/05/26 16:45:59 Could not find class: TPMEventLog for function Add
2022/05/26 16:45:59 Could not find class: StaticStep for function Actions

What do I do wrong?

I guess those classes were not defined in the -d pkg/bootflow/ ,so the tool cannot find them.😁

most probably related to #19