...

Source file src/edge-infra.dev/pkg/edge/compatibility/types.go

Documentation: edge-infra.dev/pkg/edge/compatibility

     1  package compatibility
     2  
     3  // Operation represents an operation that can be carried out on a version.
     4  type Operation int
     5  

View as plain text