juspay / juspay/invokr

Create a type for `spec` field of an Endpoint

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.