1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00
v2fly/tools/conf/builable.go
2016-12-15 11:51:09 +01:00

10 lines
126 B
Go

package conf
import (
"v2ray.com/core/common/serial"
)
type Buildable interface {
Build() (*serial.TypedMessage, error)
}