Documentation
¶
Overview ¶
Package readfile implements the gitlab_project.read_files builtin function: read one or more files from a GitLab project at a Git ref. When the path resolves to a file, the single file is read; when it resolves to a directory, every top-level file with an allowed extension is read.
The public API — Spec() and Run() — is what step-runner's builtin wrapper consumes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(resolveToken apifunc.TokenResolver) runner.BuiltinFunction
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.