github.com/eagleql/xray-core@v1.4.4/infra/conf/buildable.go (about) 1 package conf 2 3 import "github.com/golang/protobuf/proto" 4 5 type Buildable interface { 6 Build() (proto.Message, error) 7 }