Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonWriter ¶
type JsonWriter struct{}
func NewJsonWriter ¶
func NewJsonWriter() *JsonWriter
func (*JsonWriter) Write ¶
func (w *JsonWriter) Write(tool models.Tool)
func (*JsonWriter) WriteAll ¶
func (w *JsonWriter) WriteAll(tools []models.Tool)
type RuntimeReader ¶
type RuntimeReader struct {
// contains filtered or unexported fields
}
func NewRuntimeReader ¶
func NewRuntimeReader(runtimePath string) *RuntimeReader
type TableWriter ¶
type TableWriter struct {
// contains filtered or unexported fields
}
func NewTableWriter ¶
func NewTableWriter() *TableWriter
func (*TableWriter) Write ¶
func (w *TableWriter) Write(tool models.Tool)
func (*TableWriter) WriteAll ¶
func (w *TableWriter) WriteAll(tools []models.Tool)
Click to show internal directories.
Click to hide internal directories.