|
package layer
|
|
|
|
import "gitlab.com/wpetit/goweb/cli/format"
|
|
|
|
func layerDefinitionHints(outputMode format.OutputMode) format.Hints {
|
|
return format.Hints{
|
|
OutputMode: outputMode,
|
|
Props: []format.Prop{
|
|
format.NewProp("Type", "Type"),
|
|
format.NewProp("Options", "Options"),
|
|
},
|
|
}
|
|
}
|