mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* odo init -o json * docs * fix header and json * Make DevfileLocation part of api package * Add Component api kind * odo init -o json return value * Document api package * Update tests * review * Error when json output and no flags * Update doc * review
4 lines
129 B
Go
4 lines
129 B
Go
// Package api contains structures returned by commands as JSON
|
|
// and utilities to build values of these structures
|
|
package api
|