v2ray-core/tools/conf/builable.go

10 lines
127 B
Go
Raw Normal View History

2016-10-17 12:35:13 +00:00
package conf
import (
"v2ray.com/core/common/loader"
)
type Buildable interface {
Build() (*loader.TypedSettings, error)
}