1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-06 03:54:22 -04:00
v2fly/infra/conf/buildable.go

8 lines
118 B
Go
Raw Normal View History

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