github.com/s7techlab/cckit@v0.10.5/examples/token/service/config_erc20/config_erc20.validator.pb.go (about)

     1  // Code generated by protoc-gen-gogo. DO NOT EDIT.
     2  // source: token/service/config_erc20/config_erc20.proto
     3  
     4  package config_erc20
     5  
     6  import (
     7  	fmt "fmt"
     8  	proto "github.com/golang/protobuf/proto"
     9  	_ "google.golang.org/genproto/googleapis/api/annotations"
    10  	_ "google.golang.org/protobuf/types/known/emptypb"
    11  	math "math"
    12  )
    13  
    14  // Reference imports to suppress errors if they are not otherwise used.
    15  var _ = proto.Marshal
    16  var _ = fmt.Errorf
    17  var _ = math.Inf
    18  
    19  func (this *NameResponse) Validate() error {
    20  	return nil
    21  }
    22  func (this *SymbolResponse) Validate() error {
    23  	return nil
    24  }
    25  func (this *DecimalsResponse) Validate() error {
    26  	return nil
    27  }
    28  func (this *TotalSupplyResponse) Validate() error {
    29  	return nil
    30  }