1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-01 04:00:43 +00:00

8 lines
118 B
Go
Raw Normal View History

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