...

Source file src/github.com/redhat-developer/odo/pkg/api/project.go

Documentation: github.com/redhat-developer/odo/pkg/api

     1  package api
     2  
     3  type Project struct {
     4  	Name   string `json:"name,omitempty"`
     5  	Active bool   `json:"active"`
     6  }
     7  

View as plain text