Documentation ¶
Index ¶
- Variables
- func ForcePush(ref string) error
- func GetCachedGitOutput(args ...string) ([]byte, error)
- func GetCommits(ref string) ([]string, error)
- func GetRefs() ([]string, error)
- func GetTree(commit string) (string, error)
- func IsBinary(content []byte) bool
- func ProcessBlob(sha, path string, secrets []string) (string, error)
- func ProcessCommit(commit string, secrets []string) (string, error)
- func ProcessLargeBlob(sha, path string, secrets []string) (string, error)
- func ProcessTree(tree string, secrets []string) (string, error)
- func ReadSecrets(filePath string) ([]string, error)
- func UpdateRef(ref, newCommitHash string) error
- func WriteBlob(content []byte) (string, error)
- func WriteTree(entries []string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var CommitMap = make(map[string]string)
View Source
var MemoryStatsWrapper = func(memStats *runtime.MemStats) { runtime.ReadMemStats(memStats) }
Functions ¶
func GetCachedGitOutput ¶
func GetCommits ¶
func ReadSecrets ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.