| 136 | } |
| 137 | |
| 138 | type Decision struct { |
| 139 | Duration *string `json:"duration"` |
| 140 | ID int64 `json:"id,omitempty"` |
| 141 | Origin *string `json:"origin"` |
| 142 | Scenario *string `json:"scenario"` |
| 143 | Scope *string `json:"scope"` |
| 144 | Simulated *bool `json:"simulated,omitempty"` |
| 145 | Type *string `json:"type"` |
| 146 | Until string `json:"until,omitempty"` |
| 147 | UUID string `json:"uuid,omitempty"` |
| 148 | Value *string `json:"value"` |
| 149 | } |
| 150 | |
| 151 | type Line struct { |
| 152 | Raw string `yaml:"Raw,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected