k3s/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go

6 lines
63 B
Go
Raw Normal View History

2019-01-12 04:58:27 +00:00
package stacktrace
type Stacktrace struct {
Frames []Frame
}