Create an enum for endpoint_type field in ClaimedExecution struct
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 10
Description
```
#[derive(FromRow)]
pub struct ClaimedExecution {
pub execution_id: String,
pub job_id: String,
pub endpoint: String,
pub endpoint_type: String,
pub input: Option,
pub attempt_count: i64,
pub max_attempts: i64,
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.