Documentation ¶ Index ¶ Variables type GetProof func NewGetProof(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *GetProof func (s GetProof) Get(ctx context.Context, hash string) (domain.Proof, error) Constants ¶ This section is empty. Variables ¶ View Source var ErrMessageNotFound = errors.New("message not found") Functions ¶ This section is empty. Types ¶ type GetProof ¶ type GetProof struct { // contains filtered or unexported fields } func NewGetProof ¶ func NewGetProof(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *GetProof func (GetProof) Get ¶ func (s GetProof) Get(ctx context.Context, hash string) (domain.Proof, error) Source Files ¶ View all Source files get_proof.go Click to show internal directories. Click to hide internal directories.