github.com/moby/docker@v26.1.3+incompatible/api/types/container/change_type.go (about)

     1  package container
     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  // ChangeType Kind of change
     7  //
     8  // Can be one of:
     9  //
    10  // - `0`: Modified ("C")
    11  // - `1`: Added ("A")
    12  // - `2`: Deleted ("D")
    13  //
    14  // swagger:model ChangeType
    15  type ChangeType uint8