github.com/sams1990/dockerrepo@v17.12.1-ce-rc2+incompatible/api/types/graph_driver_data.go (about)

     1  package types
     2  
     3  // This file was generated by the swagger tool.
     4  // Editing this file might prove futile when you re-run the swagger generate command
     5  
     6  // GraphDriverData Information about a container's graph driver.
     7  // swagger:model GraphDriverData
     8  type GraphDriverData struct {
     9  
    10  	// data
    11  	// Required: true
    12  	Data map[string]string `json:"Data"`
    13  
    14  	// name
    15  	// Required: true
    16  	Name string `json:"Name"`
    17  }