syntax = "proto3"; option go_package = "github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex/pb"; enum Status { INVALID = 0; OK = 1; // data found NOT_FOUND = 2; // data not found INTERNAL = 3; // internal server error } message Response { Status status = 1; }