github.com/tsuna/gohbase@v0.0.0-20250731002811-4ffcadfba63e/pb/gen.go (about)

     1  // Copyright (C) 2020  The GoHBase Authors.  All rights reserved.
     2  // This file is part of GoHBase.
     3  // Use of this source code is governed by the Apache License 2.0
     4  // that can be found in the COPYING file.
     5  
     6  // To run this command you need protoc.
     7  //go:generate go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
     8  //go:generate protoc --proto_path=. --go_out=. Admin.proto Cell.proto Client.proto ClusterId.proto ClusterStatus.proto Comparator.proto ErrorHandling.proto FS.proto Filter.proto HBase.proto Master.proto Procedure.proto Quota.proto RPC.proto Tracing.proto ZooKeeper.proto
     9  // brew install protobuf
    10  
    11  package pb