github.com/s7techlab/cckit@v0.10.5/examples/token/service/account/account.validator.pb.go (about) 1 // Code generated by protoc-gen-gogo. DO NOT EDIT. 2 // source: token/service/account/account.proto 3 4 package account 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 *GetAddressRequest) Validate() error { 20 return nil 21 } 22 func (this *GetAccountRequest) Validate() error { 23 return nil 24 } 25 func (this *Address) Validate() error { 26 return nil 27 } 28 func (this *AddressId) Validate() error { 29 return nil 30 } 31 func (this *AccountId) Validate() error { 32 return nil 33 } 34 func (this *Account) Validate() error { 35 return nil 36 } 37 func (this *AccountKey) Validate() error { 38 return nil 39 }