mirror of
https://github.com/containers/podman.git
synced 2025-12-16 03:57:36 +08:00
6 lines
63 B
Go
6 lines
63 B
Go
package stacktrace
|
|
|
|
type Stacktrace struct {
|
|
Frames []Frame
|
|
}
|