github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/libcontainer/stacktrace/stacktrace.go (about)

     1  package stacktrace
     2  
     3  type Stacktrace struct {
     4  	Frames []Frame
     5  }