github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/pkg/platform/api/buildplanner/response/project.go (about)

     1  package response
     2  
     3  // ProjectResponse contains the commit and any errors.
     4  type ProjectResponse struct {
     5  	Type   string  `json:"__typename"`
     6  	Commit *Commit `json:"commit"`
     7  	*Error
     8  }