Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4f7202e πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Jan 3, 2024
0 parents commit c5744ca
Show file tree
Hide file tree
Showing 6,222 changed files with 1,582,740 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2,199 changes: 2,199 additions & 0 deletions 404.html

Large diffs are not rendered by default.

2,241 changes: 2,241 additions & 0 deletions api/cat-gateway/index.html

Large diffs are not rendered by default.

2,256 changes: 2,256 additions & 0 deletions api/cat-gateway/openapi/index.html

Large diffs are not rendered by default.

800 changes: 800 additions & 0 deletions api/cat-gateway/rust-docs/all.dot

Large diffs are not rendered by default.

1,069 changes: 1,069 additions & 0 deletions api/cat-gateway/rust-docs/cat-gateway-api.json

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions api/cat-gateway/rust-docs/cat-gateway.cat-gateway.bin.modules.dot

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions api/cat-gateway/rust-docs/cat-gateway.cat-gateway.bin.modules.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@

crate cat_gateway
β”œβ”€β”€ mod cli: pub(crate)
β”‚ β”œβ”€β”€ enum Cli: pub(crate)
β”‚ └── enum Error: pub(crate)
β”œβ”€β”€ mod event_db: pub(crate)
β”‚ β”œβ”€β”€ struct EventDB: pub(crate)
β”‚ β”œβ”€β”€ mod config_table: pub(self)
β”‚ β”œβ”€β”€ mod error: pub(crate)
β”‚ β”‚ └── enum Error: pub(crate)
β”‚ β”œβ”€β”€ mod queries: pub(crate)
β”‚ β”‚ β”œβ”€β”€ trait EventDbQueries: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod event: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ trait EventQueries: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod ballot: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── trait BallotQueries: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod objective: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── trait ObjectiveQueries: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod proposal: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── trait ProposalQueries: pub(crate)
β”‚ β”‚ β”‚ └── mod review: pub(crate)
β”‚ β”‚ β”‚ └── trait ReviewQueries: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod registration: pub(crate)
β”‚ β”‚ β”‚ └── trait RegistrationQueries: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod search: pub(crate)
β”‚ β”‚ β”‚ └── trait SearchQueries: pub(crate)
β”‚ β”‚ └── mod vit_ss: pub(crate)
β”‚ β”‚ └── mod fund: pub(crate)
β”‚ β”‚ └── trait VitSSFundQueries: pub(crate)
β”‚ β”œβ”€β”€ mod schema_check: pub(crate)
β”‚ β”‚ └── trait SchemaVersion: pub(crate)
β”‚ └── mod types: pub(crate)
β”‚ β”œβ”€β”€ mod ballot: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Ballot: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct BallotType: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct GroupVotePlans: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ObjectiveBallots: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ObjectiveChoices: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ProposalBallot: pub(crate)
β”‚ β”‚ └── struct VotePlan: pub(crate)
β”‚ β”œβ”€β”€ mod event: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Event: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct EventDetails: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct EventGoal: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct EventId: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct EventRegistration: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct EventSchedule: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct EventSummary: pub(crate)
β”‚ β”‚ β”œβ”€β”€ enum VotingPowerAlgorithm: pub(crate)
β”‚ β”‚ └── struct VotingPowerSettings: pub(crate)
β”‚ β”œβ”€β”€ mod objective: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Objective: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ObjectiveDetails: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ObjectiveId: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ObjectiveSummary: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ObjectiveType: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct RewardDefinition: pub(crate)
β”‚ β”‚ └── struct VoterGroup: pub(crate)
β”‚ β”œβ”€β”€ mod proposal: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Proposal: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ProposalDetails: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ProposalId: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct ProposalSummary: pub(crate)
β”‚ β”‚ └── struct ProposerDetails: pub(crate)
β”‚ β”œβ”€β”€ mod registration: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Delegation: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Delegator: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct RewardAddress: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Voter: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct VoterGroupId: pub(crate)
β”‚ β”‚ └── struct VoterInfo: pub(crate)
β”‚ β”œβ”€β”€ mod review: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct AdvisorReview: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct Rating: pub(crate)
β”‚ β”‚ └── struct ReviewType: pub(crate)
β”‚ β”œβ”€β”€ mod search: pub(crate)
β”‚ β”‚ β”œβ”€β”€ enum SearchColumn: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct SearchConstraint: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct SearchOrderBy: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct SearchQuery: pub(crate)
β”‚ β”‚ β”œβ”€β”€ struct SearchResult: pub(crate)
β”‚ β”‚ β”œβ”€β”€ enum SearchTable: pub(crate)
β”‚ β”‚ └── enum ValueResults: pub(crate)
β”‚ β”œβ”€β”€ mod vit_ss: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod challenge: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct Challenge: pub(crate)
β”‚ β”‚ β”‚ └── struct ChallengeHighlights: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod fund: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct Fund: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct FundNextInfo: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct FundStageDates: pub(crate)
β”‚ β”‚ β”‚ └── struct FundWithNext: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod goal: pub(crate)
β”‚ β”‚ β”‚ └── struct Goal: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod group: pub(crate)
β”‚ β”‚ β”‚ └── struct Group: pub(crate)
β”‚ β”‚ └── mod vote_plan: pub(crate)
β”‚ β”‚ └── struct Voteplan: pub(crate)
β”‚ └── mod voting_status: pub(crate)
β”‚ └── struct VotingStatus: pub(crate)
β”œβ”€β”€ mod logger: pub(crate)
β”‚ └── enum LogLevel: pub(crate)
β”œβ”€β”€ mod service: pub(crate)
β”‚ β”œβ”€β”€ enum Error: pub(crate)
β”‚ β”œβ”€β”€ mod api: pub(self)
β”‚ β”‚ β”œβ”€β”€ mod health: pub(self)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct HealthApi: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod live_get: pub(self)
β”‚ β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod ready_get: pub(self)
β”‚ β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ β”‚ └── mod started_get: pub(self)
β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod registration: pub(self)
β”‚ β”‚ β”‚ └── struct RegistrationApi: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod test_endpoints: pub(self)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct TestApi: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod test_get: pub(self)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ type AllResponses: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── enum Animals: pub(crate)
β”‚ β”‚ β”‚ └── mod test_post: pub(self)
β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod v0: pub(self)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct V0Api: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod message_post: pub(self)
β”‚ β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ β”‚ └── mod plans_get: pub(self)
β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ └── mod v1: pub(self)
β”‚ β”‚ β”œβ”€β”€ struct V1Api: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod account_votes_get: pub(self)
β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod fragments_post: pub(self)
β”‚ β”‚ β”‚ └── type AllResponses: pub(crate)
β”‚ β”‚ └── mod fragments_statuses: pub(self)
β”‚ β”‚ β”œβ”€β”€ type AllResponses: pub(crate)
β”‚ β”‚ └── struct FragmentIds: pub(crate)
β”‚ β”œβ”€β”€ mod common: pub(self)
β”‚ β”‚ β”œβ”€β”€ mod objects: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod account_votes: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct AccountId: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct AccountVote: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct VotePlanId: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod block: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct BlockDate: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct Epoch: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct Slot: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod delegate_public_key: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct DelegatePublicKey: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod event_id: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct EventId: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod fragment_status: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ enum FragmentStatus: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct StatusInABlock: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct StatusPending: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct StatusRejected: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod fragments_batch: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct FragmentDef: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct FragmentsBatch: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod fragments_processing_summary: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct FragmentId: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct FragmentsProcessingSummary: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ enum ReasonRejected: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct RejectedFragment: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod hash: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct Hash: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod stake_public_key: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct StakePublicKey: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod vote_plan: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct VotePlan: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod voter_group_id: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── enum VoterGroupId: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod voter_info: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct VoterInfo: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod voter_registration: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct VoterRegistration: pub(crate)
β”‚ β”‚ β”‚ └── mod voting_public_key: pub(crate)
β”‚ β”‚ β”‚ └── struct VotingPublicKey: pub(crate)
β”‚ β”‚ β”œβ”€β”€ mod responses: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod resp_2xx: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct NoContent: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct OK: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ mod resp_4xx: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct ApiValidationError: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct BadRequest: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct Forbidden: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct MethodNotAllowed: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct NotAcceptable: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct NotFound: pub(crate)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ struct Unauthorized: pub(crate)
β”‚ β”‚ β”‚ β”‚ └── struct ValidationError: pub(crate)
β”‚ β”‚ β”‚ └── mod resp_5xx: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct ServerError: pub(crate)
β”‚ β”‚ β”‚ β”œβ”€β”€ struct ServerErrorPayload: pub(self)
β”‚ β”‚ β”‚ └── struct ServiceUnavailable: pub(crate)
β”‚ β”‚ └── mod tags: pub(crate)
β”‚ β”‚ └── enum ApiTags: pub(crate)
β”‚ β”œβ”€β”€ mod docs: pub(self)
β”‚ β”‚ β”œβ”€β”€ struct Files: pub(crate)
β”‚ β”‚ └── mod stoplight_elements: pub(self)
β”‚ β”œβ”€β”€ mod poem_service: pub(self)
β”‚ β”‚ └── mod tests: pub(crate) #[cfg(test)]
β”‚ └── mod utilities: pub(self)
β”‚ β”œβ”€β”€ mod catch_panic: pub(crate)
β”‚ β”‚ └── struct ServicePanicHandler: pub(crate)
β”‚ └── mod middleware: pub(crate)
β”‚ └── mod tracing_mw: pub(crate)
β”‚ β”œβ”€β”€ struct CLIENT_REQUEST_COUNT: pub(self)
β”‚ β”œβ”€β”€ struct HTTP_REQUEST_COUNT: pub(self)
β”‚ β”œβ”€β”€ struct HTTP_REQ_CPU_TIME_MS: pub(self)
β”‚ β”œβ”€β”€ struct HTTP_REQ_DURATION_MS: pub(self)
β”‚ β”œβ”€β”€ struct PANIC_REQUEST_COUNT: pub(self)
β”‚ β”œβ”€β”€ struct ResponseData: pub(self)
β”‚ β”œβ”€β”€ struct Tracing: pub(crate)
β”‚ └── struct TracingEndpoint: pub(crate)
β”œβ”€β”€ mod settings: pub(crate)
β”‚ β”œβ”€β”€ struct API_HOST_NAMES: pub(crate)
β”‚ β”œβ”€β”€ struct API_URL_PREFIX: pub(crate)
β”‚ β”œβ”€β”€ struct CLIENT_ID_KEY: pub(crate)
β”‚ β”œβ”€β”€ struct DocsSettings: pub(crate)
β”‚ β”œβ”€β”€ struct GITHUB_ISSUE_TEMPLATE: pub(crate)
β”‚ β”œβ”€β”€ struct GITHUB_REPO_NAME: pub(crate)
β”‚ β”œβ”€β”€ struct GITHUB_REPO_OWNER: pub(crate)
β”‚ β”œβ”€β”€ struct ServiceSettings: pub(crate)
β”‚ β”œβ”€β”€ struct StringEnvVar: pub(crate)
β”‚ └── mod tests: pub(self) #[cfg(test)]
└── mod state: pub(crate)
β”œβ”€β”€ enum SchemaVersionStatus: pub(crate)
└── struct State: pub(crate)
2 changes: 2 additions & 0 deletions api/cat-gateway/rust-docs/cat_gateway/all.html

Large diffs are not rendered by default.

Loading

0 comments on commit c5744ca

Please sign in to comment.