package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: May 23, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
AllowedRoots []string
}
type Request struct {
Action string `json:"action"`
Repo string `json:"repo"`
Ref string `json:"ref,omitempty"`
Path string `json:"path,omitempty"`
}
type Response struct {
Action string `json:"action"`
Repo string `json:"repo"`
Output string `json:"output"`
ExitErr string `json:"exit_error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.