Documentation
¶
Overview ¶
code-from-spec: SPEC/golang/implementation/parsing/artifact_tag@VrVGuOKq-qkB3kZlDR1MrfKZkcE
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFileUnreadable = errors.New("file cannot be opened or read")
View Source
var ErrMalformedTag = errors.New("tag exists but cannot be parsed")
View Source
var ErrNoTagFound = errors.New("file has no code-from-spec: tag")
Functions ¶
This section is empty.
Types ¶
type ArtifactTag ¶
func ArtifactTagExtract ¶
func ArtifactTagExtract(filePath *pathutils.PathCfs) (*ArtifactTag, error)
Click to show internal directories.
Click to hide internal directories.