Documentation
¶
Overview ¶
Package cli builds and executes the osf command tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExportData ¶
type ExportData struct {
Node projectRecord `json:"node"`
Contributors []projectRecord `json:"contributors,omitempty"`
Files []fileRecord `json:"files,omitempty"`
Components []projectRecord `json:"components,omitempty"`
}
ExportData holds a full snapshot of a node's data.
type ProgressWriter ¶
type ProgressWriter struct {
// contains filtered or unexported fields
}
func NewProgressWriter ¶
func NewProgressWriter(w io.Writer) *ProgressWriter
func (*ProgressWriter) Finish ¶
func (pw *ProgressWriter) Finish()
Click to show internal directories.
Click to hide internal directories.