1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-01 17:24:15 -04:00
v2fly/infra/conf/cfgcommon/buildable.go

8 lines
123 B
Go
Raw Normal View History

2021-06-19 08:04:50 -04:00
package cfgcommon
2019-02-10 13:04:11 -05:00
import "github.com/golang/protobuf/proto"
type Buildable interface {
Build() (proto.Message, error)
}