Closed jjbustamante closed 1 year ago
This pull request exposes a method to parse an string representation of the layout.Identifier()
Considering an image identifier with the format [path]@[digest] a new method is expose to return an layout.Identifier
[path]@[digest]
layout.Identifier
classDiagram class layout { ParseIdentifier(identifier string) (Identifier, error) }
Fixes #179
This pull request exposes a method to parse an string representation of the layout.Identifier()
Considering an image identifier with the format
[path]@[digest]
a new method is expose to return anlayout.Identifier
Fixes #179