stub.go 729 B

123456789101112131415161718192021
  1. // Copyright 2019 The Go Authors. 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. // TODO: This file exists to have the minimum number of forwarding declarations
  5. // to keep v1 working. This will be deleted in the near future.
  6. package plugin_proto
  7. import "google.golang.org/protobuf/types/pluginpb"
  8. type (
  9. CodeGeneratorRequest = pluginpb.CodeGeneratorRequest
  10. CodeGeneratorResponse = pluginpb.CodeGeneratorResponse
  11. CodeGeneratorResponse_File = pluginpb.CodeGeneratorResponse_File
  12. Version = pluginpb.Version
  13. )
  14. var (
  15. File_google_protobuf_compiler_plugin_proto = pluginpb.File_google_protobuf_compiler_plugin_proto
  16. )