Skip to content

Commit

Permalink
remove generate package comments in .pb.go files.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jan 3, 2017
1 parent 6c39ce0 commit c9a421f
Show file tree
Hide file tree
Showing 37 changed files with 33 additions and 464 deletions.
13 changes: 0 additions & 13 deletions app/dispatcher/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/app/dispatcher/config.proto
// DO NOT EDIT!

/*
Package dispatcher is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/app/dispatcher/config.proto
It has these top-level messages:
Config
*/
package dispatcher

import proto "github.com/golang/protobuf/proto"
Expand Down
13 changes: 0 additions & 13 deletions app/dns/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/app/dns/config.proto
// DO NOT EDIT!

/*
Package dns is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/app/dns/config.proto
It has these top-level messages:
Config
*/
package dns

import proto "github.com/golang/protobuf/proto"
Expand Down
14 changes: 0 additions & 14 deletions app/proxyman/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/app/proxyman/config.proto
// DO NOT EDIT!

/*
Package proxyman is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/app/proxyman/config.proto
It has these top-level messages:
InboundConfig
OutboundConfig
*/
package proxyman

import proto "github.com/golang/protobuf/proto"
Expand Down
16 changes: 0 additions & 16 deletions app/router/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/app/router/config.proto
// DO NOT EDIT!

/*
Package router is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/app/router/config.proto
It has these top-level messages:
Domain
CIDR
RoutingRule
Config
*/
package router

import proto "github.com/golang/protobuf/proto"
Expand Down
15 changes: 0 additions & 15 deletions app/web/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/app/web/config.proto
// DO NOT EDIT!

/*
Package web is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/app/web/config.proto
It has these top-level messages:
FileServer
Server
Config
*/
package web

import proto "github.com/golang/protobuf/proto"
Expand Down
13 changes: 0 additions & 13 deletions common/log/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/log/config.proto
// DO NOT EDIT!

/*
Package log is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/common/log/config.proto
It has these top-level messages:
Config
*/
package log

import proto "github.com/golang/protobuf/proto"
Expand Down
19 changes: 0 additions & 19 deletions common/net/address.pb.go
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/net/address.proto
// DO NOT EDIT!

/*
Package net is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/common/net/address.proto
v2ray.com/core/common/net/destination.proto
v2ray.com/core/common/net/network.proto
v2ray.com/core/common/net/port.proto
It has these top-level messages:
IPOrDomain
Endpoint
NetworkList
PortRange
*/
package net

import proto "github.com/golang/protobuf/proto"
Expand Down
4 changes: 0 additions & 4 deletions common/net/destination.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/net/destination.proto
// DO NOT EDIT!

package net

import proto "github.com/golang/protobuf/proto"
Expand Down
4 changes: 0 additions & 4 deletions common/net/network.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/net/network.proto
// DO NOT EDIT!

package net

import proto "github.com/golang/protobuf/proto"
Expand Down
4 changes: 0 additions & 4 deletions common/net/port.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/net/port.proto
// DO NOT EDIT!

package net

import proto "github.com/golang/protobuf/proto"
Expand Down
19 changes: 0 additions & 19 deletions common/protocol/command.pb.go
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/protocol/command.proto
// DO NOT EDIT!

/*
Package protocol is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/common/protocol/command.proto
v2ray.com/core/common/protocol/headers.proto
v2ray.com/core/common/protocol/server_spec.proto
v2ray.com/core/common/protocol/user.proto
It has these top-level messages:
AlternativeOutboundConfig
SecurityConfig
ServerEndpoint
User
*/
package protocol

import proto "github.com/golang/protobuf/proto"
Expand Down
4 changes: 0 additions & 4 deletions common/protocol/headers.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/protocol/headers.proto
// DO NOT EDIT!

package protocol

import proto "github.com/golang/protobuf/proto"
Expand Down
4 changes: 0 additions & 4 deletions common/protocol/server_spec.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/protocol/server_spec.proto
// DO NOT EDIT!

package protocol

import proto "github.com/golang/protobuf/proto"
Expand Down
4 changes: 0 additions & 4 deletions common/protocol/user.pb.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/protocol/user.proto
// DO NOT EDIT!

package protocol

import proto "github.com/golang/protobuf/proto"
Expand Down
13 changes: 0 additions & 13 deletions common/serial/typed_message.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/common/serial/typed_message.proto
// DO NOT EDIT!

/*
Package serial is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/common/serial/typed_message.proto
It has these top-level messages:
TypedMessage
*/
package serial

import proto "github.com/golang/protobuf/proto"
Expand Down
18 changes: 0 additions & 18 deletions config.pb.go
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/config.proto
// DO NOT EDIT!

/*
Package core is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/config.proto
It has these top-level messages:
AllocationStrategyConcurrency
AllocationStrategyRefresh
AllocationStrategy
InboundConnectionConfig
OutboundConnectionConfig
Config
*/
package core

import proto "github.com/golang/protobuf/proto"
Expand Down
15 changes: 0 additions & 15 deletions proxy/blackhole/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/blackhole/config.proto
// DO NOT EDIT!

/*
Package blackhole is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/blackhole/config.proto
It has these top-level messages:
NoneResponse
HTTPResponse
Config
*/
package blackhole

import proto "github.com/golang/protobuf/proto"
Expand Down
13 changes: 0 additions & 13 deletions proxy/dokodemo/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/dokodemo/config.proto
// DO NOT EDIT!

/*
Package dokodemo is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/dokodemo/config.proto
It has these top-level messages:
Config
*/
package dokodemo

import proto "github.com/golang/protobuf/proto"
Expand Down
13 changes: 0 additions & 13 deletions proxy/freedom/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/freedom/config.proto
// DO NOT EDIT!

/*
Package freedom is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/freedom/config.proto
It has these top-level messages:
Config
*/
package freedom

import proto "github.com/golang/protobuf/proto"
Expand Down
14 changes: 0 additions & 14 deletions proxy/http/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/http/config.proto
// DO NOT EDIT!

/*
Package http is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/http/config.proto
It has these top-level messages:
ServerConfig
ClientConfig
*/
package http

import proto "github.com/golang/protobuf/proto"
Expand Down
15 changes: 0 additions & 15 deletions proxy/shadowsocks/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/shadowsocks/config.proto
// DO NOT EDIT!

/*
Package shadowsocks is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/shadowsocks/config.proto
It has these top-level messages:
Account
ServerConfig
ClientConfig
*/
package shadowsocks

import proto "github.com/golang/protobuf/proto"
Expand Down
15 changes: 0 additions & 15 deletions proxy/socks/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/socks/config.proto
// DO NOT EDIT!

/*
Package socks is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/socks/config.proto
It has these top-level messages:
Account
ServerConfig
ClientConfig
*/
package socks

import proto "github.com/golang/protobuf/proto"
Expand Down
13 changes: 0 additions & 13 deletions proxy/vmess/account.pb.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/vmess/account.proto
// DO NOT EDIT!

/*
Package vmess is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/vmess/account.proto
It has these top-level messages:
Account
*/
package vmess

import proto "github.com/golang/protobuf/proto"
Expand Down
15 changes: 0 additions & 15 deletions proxy/vmess/inbound/config.pb.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Code generated by protoc-gen-go.
// source: v2ray.com/core/proxy/vmess/inbound/config.proto
// DO NOT EDIT!

/*
Package inbound is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/proxy/vmess/inbound/config.proto
It has these top-level messages:
DetourConfig
DefaultConfig
Config
*/
package inbound

import proto "github.com/golang/protobuf/proto"
Expand Down
Loading

0 comments on commit c9a421f

Please sign in to comment.