github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/pkg/platform/api/graphql/model/publish.go (about)

     1  package model
     2  
     3  type PublishResult struct {
     4  	Publish struct {
     5  		ErrorResponse
     6  		IngredientID        string `json:"ingredientID"`
     7  		IngredientVersionID string `json:"ingredientVersionID"`
     8  		Revision            int    `json:"revision"`
     9  	} `json:"publish"`
    10  }