dotcloud/docker

View on GitHub
api/types/checkpoint/list.go

Summary

Maintainability
A
0 mins
Test Coverage
package checkpoint

// Summary represents the details of a checkpoint when listing endpoints.
type Summary struct {
    // Name is the name of the checkpoint.
    Name string
}