Versions in this module Expand all Collapse all v1 v1.1.0 Feb 1, 2023 Changes in this version + const PER_PAGE + var Engine *gin.Engine + func Init() + type ErrorResponse struct + Message string + type ProofChainPaginationResponse struct + Current int + Next int + Per int + Total int64 + type ProofChainRequest struct + Page int + PersonaPubkeyHex string + type ProofChainResponse struct + Pagination ProofChainPaginationResponse + ProofChains []model.ProofChainItem + type ProofChainSingleItem struct + Avatar string + ID int64 + type ProofChainSingleRequest struct + Count int + LastID int + type ProofChainSingleResponse struct + Links []ProofChainSingleItem + type ProofExistsRequest struct + Identity string + PersonaPubkeyHex string + Platform string + type ProofExistsResponse struct + CreatedAt string + InvalidReason string + IsValid bool + LastCheckedAt string + type ProofPayloadRequest struct + Action types.Action + Extra ProofPayloadRequestExtra + Identity string + Platform types.Platform + PublicKey string + type ProofPayloadRequestExtra struct + EthereumWalletSignature string + type ProofPayloadResponse struct + CreatedAt string + PostContent map[string]string + SignPayload string + Uuid string + type ProofQueryPaginationResponse struct + Current int + Next int + Per int + Total int64 + type ProofQueryRequest struct + ExactMatch bool + Identity []string + Order string + Page int + Platform string + SortBy string + type ProofQueryResponse struct + IDs []ProofQueryResponseSingle + Pagination ProofQueryPaginationResponse + type ProofQueryResponseSingle struct + ActivatedAt string + Avatar string + LastArweaveID string + Persona string + Proofs []ProofQueryResponseSingleProof + type ProofQueryResponseSingleProof struct + AltID string + CreatedAt string + Identity string + InvalidReason string + IsValid bool + LastCheckedAt string + Platform types.Platform + type ProofUploadRequest struct + Action types.Action + CreatedAt string + Extra ProofUploadRequestExtra + Identity string + Platform types.Platform + ProofLocation string + PublicKey string + Uuid string + type ProofUploadRequestExtra struct + EthereumWalletSignature string + Signature string v1.0.0-rc3 Nov 11, 2022 v1.0.0-rc2 Sep 27, 2022