cli/entity/panic.go
Jake Cooper 97e5226eed
Send Version with Panic (#143)
* Send Version with Panic

* Update controller/user.go
2021-06-15 17:19:24 -07:00

10 lines
177 B
Go

package entity
type PanicRequest struct {
Command string
PanicError string
Stacktrace string
ProjectID string
EnvironmentID string
Version string
}