github.com/turingchain2020/turingchain@v1.1.21/cmd/tools/gencode/const.go (about)

     1  // Copyright Turing Corp. 2018 All Rights Reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package gencode
     6  
     7  const (
     8  	//ProtoFileAppendService proto文件service
     9  	ProtoFileAppendService = `
    10  service ${EXECNAME} {
    11  
    12  }`
    13  )