1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-02-23 17:20:43 +00:00

8 lines
118 B
Go
Raw Normal View History

2020-11-25 19:01:53 +08:00
package conf
import "github.com/golang/protobuf/proto"
type Buildable interface {
Build() (proto.Message, error)
}