1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-18 19:24:21 -04:00
v2fly/infra/conf/cfgcommon/buildable.go
2021-09-04 11:12:36 +01:00

8 lines
123 B
Go

package cfgcommon
import "github.com/golang/protobuf/proto"
type Buildable interface {
Build() (proto.Message, error)
}