Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TarballNameParserI ¶
type TarballNameParserI interface { Parse(value string) ( *tarballname.ParsedTarballName, error, ) // TODO: maybe rendering should be separated to own facility.. Render(value *tarballname.ParsedTarballName) (string, error) }
Click to show internal directories.
Click to hide internal directories.