mirror of
https://github.com/containers/podman.git
synced 2026-03-13 12:18:21 -04:00
6 lines
63 B
Go
6 lines
63 B
Go
package stacktrace
|
|
|
|
type Stacktrace struct {
|
|
Frames []Frame
|
|
}
|