mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-22 00:55:29 -05:00
move buildable to cfg common
This commit is contained in:
7
infra/conf/cfgcommon/buildable.go
Normal file
7
infra/conf/cfgcommon/buildable.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cfgcommon
|
||||
|
||||
import "github.com/golang/protobuf/proto"
|
||||
|
||||
type Buildable interface {
|
||||
Build() (proto.Message, error)
|
||||
}
|
||||
Reference in New Issue
Block a user