package
Version:
v0.0.0-...-24a3c11
Opens a new window with list of versions in this module.
Published: Feb 26, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CheckRequest struct {
Source Source `json:"source"`
Version GitBranch `json:"version"`
}
type GitBranch struct {
Branch string `json:"branch"`
Ref string `json:"ref"`
Time time.Time `json:"date"`
}
type InOutput struct {
Version GitBranch `json:"version"`
Metadata []KVPair `json:"metadata"`
}
type InRequest struct {
Source Source `json:"source"`
Version GitBranch `json:"version"`
}
type KVPair struct {
Name string `json:"name"`
Value string `json:"value"`
}
type Source struct {
URI string `json:"uri"`
PrivateKey string `json:"private_key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.