7 lines
107 B
Go
7 lines
107 B
Go
|
package types
|
||
|
|
||
|
type Exception struct {
|
||
|
Type string `json:"type"`
|
||
|
Datetime string `json:"datetime"`
|
||
|
}
|