1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-14 07:58:16 -04: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)
}