Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OutputPath string ParentID string AllocatedIDPath string )
Functions ¶
func SetupFlags ¶
Types ¶
type StoredRunID ¶
type StoredRunID struct {
RunId string `json:"run_id,omitempty"`
}
func LoadStoredID ¶
func LoadStoredID(path string) (StoredRunID, error)
Click to show internal directories.
Click to hide internal directories.