Create a type for `spec` field of an Endpoint
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 10
Description
```
#[derive(Debug, Clone, Serialize, Deserialize, FromRow)]
pub struct Endpoint {
pub name: String,
pub endpoint_type: String,
pub payload_spec_ref: Option,
pub config_ref: Option,
pub spec: serde_json::Value,
pub retry_policy: Option,
pub created_at: DateTime,
pub updated_at: DateTime,
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.