github.com/hechain20/hechain@v0.0.0-20220316014945-b544036ba106/core/transientstore/persistance.proto (about)

     1  /*
     2  Copyright hechain. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  syntax = "proto3";
     8  
     9  option go_package = "github.com/hechain20/hechain/core/transientstore";
    10  
    11  package transientstore;
    12  
    13  message PendingDeleteStorageList {
    14      repeated string list = 1;
    15  }