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

     1  package model
     2  
     3  import (
     4  	"github.com/go-openapi/strfmt"
     5  )
     6  
     7  type LastIngredientRevisionTime struct {
     8  	RevisionTime strfmt.DateTime `json:"revision_time"`
     9  }
    10  
    11  type LatestRevisionResponse struct {
    12  	RevisionTimes []LastIngredientRevisionTime `json:"last_ingredient_revision_time"`
    13  }