github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/registry/response/provider_list.go (about)

     1  package response
     2  
     3  // ProviderList is the response structure for a pageable list of providers.
     4  type ProviderList struct {
     5  	Meta      PaginationMeta `json:"meta"`
     6  	Providers []*Provider    `json:"providers"`
     7  }